From 2fa5885ee79d25896c1134467682673530721c8d Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Mon, 28 Jul 2008 14:22:03 +0000 Subject: [PATCH] SUP-946 "Scheduler in windows server 2003 fails" Fixed. Removed the code logging errors to the windows event viewer. --- 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