Added new table to the database: log_adv_daemon_email.
[gnucomo.git] / src / gcm_daemon / gcm_daemon.php
index 3be6fe2..1ed9bc9 100755 (executable)
    First       : November 8th 2002
    Gnucomo-0.0.3: December 6th 2002
 
+ $Log: gcm_daemon.php,v $
+ Revision 1.9  2003-02-21 08:37:59  arjen
+ Added new table to the database: log_adv_daemon_email.
+
+
 */
 
-// $Id: gcm_daemon.php,v 1.8 2003-02-16 08:24:06 arjen Exp $
+// $Id: gcm_daemon.php,v 1.9 2003-02-21 08:37:59 arjen Exp $
 
 ini_set('include_path', '.:./classes:../phpclasses');
 
@@ -37,7 +42,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 = "TRUE";      //Indicates if special debug settings are needed
-$db_version    = 31;           //The db_version indicates what the level of 
+$db_version    = 32;           //The db_version indicates what the level of 
                                //the database should be. If the database is 
                                //old an update will be generated.
 $gcmd_version   = 3;           //This value indicates the active version of the gcm_daemon,