From fc9f8f669c20149ae311ffee67ac48a43d443de9 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 28 Jul 2008 14:46:05 +0000 Subject: [PATCH] Merged in from DEV trunk... --- bin/win32/schedulerService.php | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/bin/win32/schedulerService.php b/bin/win32/schedulerService.php index 99119fe..a08164e 100644 --- a/bin/win32/schedulerService.php +++ b/bin/win32/schedulerService.php @@ -86,7 +86,6 @@ while(!$bTableExists){ $bTableExists = true; continue; default: - win32_set_service_status(WIN32_ERROR_CALL_NOT_IMPLEMENTED); // Add more cases to handle other service calls } $default->log->info("Scheduler Service: Checking if the scheduler_tasks table exists."); @@ -126,7 +125,6 @@ while ($loop) $loop = false; // Terminate script continue; default: - win32_set_service_status(WIN32_ERROR_CALL_NOT_IMPLEMENTED); // Add more cases to handle other service calls } // Run the scheduler script $cmd = "\"$phpPath\" \"$dir/scheduler.php\""; -- libgit2 0.21.4