From: <tr...@us...> - 2003-02-13 08:47:51
|
Update of /cvsroot/basedb/basedb/include/common In directory sc8-pr-cvs1:/tmp/cvs-serv17896/include/common Modified Files: common.inc.php Log Message: Added image set list and fixed ware links Index: common.inc.php =================================================================== RCS file: /cvsroot/basedb/basedb/include/common/common.inc.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** common.inc.php 1 Feb 2003 17:18:50 -0000 1.18 --- common.inc.php 13 Feb 2003 08:47:46 -0000 1.19 *************** *** 106,110 **** // the config file but then it wasn't updated with each new version and // that was... well, not a Good Thing. ! $config["codename"] = "BASE 1.2.0RC1"; // Import variables into the global scope in a controlled fashion. Only --- 106,110 ---- // the config file but then it wasn't updated with each new version and // that was... well, not a Good Thing. ! $config["codename"] = "BASE 1.2.0RC2"; // Import variables into the global scope in a controlled fashion. Only |