Changed the type of log_adv_daemon_email.delay and log_adv_daemon_email.xdelay
[gnucomo.git] / src / gcm_daemon / gcm_daemon.php
index bd65a72..440d723 100755 (executable)
    Gnucomo-0.0.8: September 4th 2003
 
  $Log: gcm_daemon.php,v $
- Revision 1.17  2003-10-29 09:58:29  arjen
+ Revision 1.18  2003-12-03 08:07:21  arjen
+ Changed the type of log_adv_daemon_email.delay and log_adv_daemon_email.xdelay
+ from time to interval. These delays can be more than 24 hours.
+
+ Revision 1.17  2003/10/29 09:58:29  arjen
  Create separate notifications for different objects in service_check().
 
  Revision 1.16  2003/09/03 12:48:48  arjen
@@ -59,7 +63,7 @@
 
 */
 
-// $Id: gcm_daemon.php,v 1.17 2003-10-29 09:58:29 arjen Exp $
+// $Id: gcm_daemon.php,v 1.18 2003-12-03 08:07:21 arjen Exp $
 
 ini_set('include_path', '.:./classes:../phpclasses');
 ini_set('html_errors', 'false');
@@ -76,7 +80,7 @@ require_once "gnucomo.process_log.php";
 $project_name   = "gnucomo";    // name of the entire project
 $app_name       = "gcm_daemon"; // name of the application running
 $developrelease = "FALSE";      // Indicates if special debug settings are needed
-$db_version     = 43;           // The db_version indicates what the level of
+$db_version     = 44;           // The db_version indicates what the level of
                                 // the database should be. If the database is
                                 // old an update will be generated.
 $gcmd_version   = 5;            // This value indicates the active version of