File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ function os2web_cp_service_menu() {
40
40
'page arguments' => array(4),
41
41
'access callback' => TRUE,
42
42
);
43
- //to delete
44
- $items['os2web/cp_cron'] = array(
45
- 'type' => MENU_CALLBACK,
46
- 'page callback' => 'os2web_cp_service_cron',
47
- 'access callback' => TRUE,
48
- );
49
43
50
44
return $items;
51
45
}
@@ -73,8 +67,6 @@ function os2web_cp_service_handler() {
73
67
*/
74
68
function os2web_gf_service_handler($file_id) {
75
69
if ($url = variable_get('os2web_cp_service_cp_document_fileurl')) {
76
- variable_set('os2web_cp_service_cp_document_fileurl', 'http://10.1.1.118/Traen%20Publishing%20File%20Service%20-%20Sydjurs.dk/Download.aspx');
77
-
78
70
$username = variable_get('os2web_cp_service_endpoint_user');
79
71
$password = variable_get('os2web_cp_service_endpoint_password');
80
72
if (!empty($username) && !empty($password)) {
You can’t perform that action at this time.
0 commit comments