[Comoblog-commit] comoblog/_install upgrade_0.php,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2006-01-09 23:50:33
|
Update of /cvsroot/comoblog/comoblog/_install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16946 Modified Files: upgrade_0.php Log Message: Typo in upgrade script Index: upgrade_0.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/_install/upgrade_0.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- upgrade_0.php 22 Dec 2005 05:30:18 -0000 1.2 +++ upgrade_0.php 9 Jan 2006 23:50:26 -0000 1.3 @@ -11,7 +11,7 @@ $ver = $row[0]; // Check supported upgrade versions. -if (in_supported_upgrade_list($ver))) +if (in_supported_upgrade_list($ver)) { if ($ver == "0.5.1") $tpl->assign('VERSION', "Easymoblog ".$ver); |