updates and such
[glcas.git] / lib / updates.php
index 8e92481..95cc892 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+// there will be one version for base code, then 
 
 $timerval_t = db_selectData("options", "option_name", "update.check.interval");
 
@@ -44,5 +45,8 @@ function up_doUpdateCheck()
        $ctime = time();
        
        db_updateData("options", "option_value", "$ctime", "option_name", "update.check.last");
+       
+       // next go thru the $VERSION set info, and download the lastest version list from the
+       // main site.
 }
 ?>
\ No newline at end of file