tbrehm
2007-06-29 e2d6ed954b42c72645aeb2476591e6d42cf48991
server/server.php
@@ -76,7 +76,7 @@
   $app->log("Found $tmp_num_records changes, starting update process.",LOGLEVEL_DEBUG);
   
   // Load required base-classes
   $app->uses('ini_parser,modules,plugins');
   $app->uses('ini_parser,modules,plugins,file,services');
   
   
   // Get server configuration
@@ -99,8 +99,15 @@
    in the modules that are hooked on to the table actions
   */
   $app->modules->processDatalog();
   /*
    Restart services that need to be restarted after configuration
   */
   $app->services->processDelayedActions();
} else {
   $app->log('Nothing to Update.',LOGLEVEL_DEBUG);
   $app->log('No Updated records found.',LOGLEVEL_DEBUG);
}
/*