From: Sebastien D. <sde...@us...> - 2005-01-10 18:10:13
|
Update of /cvsroot/tslogparser/tslogparser/admin/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15763/admin/modules Modified Files: opts.mod.php Log Message: New installation procedure; fixes; documentation updated Index: opts.mod.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/admin/modules/opts.mod.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- opts.mod.php 4 Jan 2005 17:46:14 -0000 1.4 +++ opts.mod.php 10 Jan 2005 18:09:52 -0000 1.5 @@ -306,7 +306,7 @@ { $sql = "INSERT INTO opts_routines ( rou_name, rou_comment ) " ."VALUES ( ".stringToDB($routine)."," - .stringToDB("Added on ".date("F j, Y")." with release '$new_release_name'")." )"; + .stringToDB("Added on ".date("F j, Y")." with release '$TS_name'")." )"; if ($parent->debug > 1) echo htmlentities($sql)."<br>\n"; if (db_execute_insert($sql)) |