Skip to content

Commit 9f5aa8d

Browse files
author
Stanislav
committed
removed extra stuff
1 parent da56a6a commit 9f5aa8d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

os2web_cp_service.module

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ function os2web_cp_service_menu() {
4040
'page arguments' => array(4),
4141
'access callback' => TRUE,
4242
);
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-
);
4943

5044
return $items;
5145
}
@@ -73,8 +67,6 @@ function os2web_cp_service_handler() {
7367
*/
7468
function os2web_gf_service_handler($file_id) {
7569
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-
7870
$username = variable_get('os2web_cp_service_endpoint_user');
7971
$password = variable_get('os2web_cp_service_endpoint_password');
8072
if (!empty($username) && !empty($password)) {

0 commit comments

Comments
 (0)