Revision: 2570
          https://sourceforge.net/p/mrbs/code/2570/
Author:   cimorrison
Date:     2012-12-06 18:34:30 +0000 (Thu, 06 Dec 2012)
Log Message:
-----------
Fixed more syntax errors

Modified Paths:
--------------
    mrbs/trunk/web/upgrade/17/post.inc
    mrbs/trunk/web/upgrade/24/post.inc

Modified: mrbs/trunk/web/upgrade/17/post.inc
===================================================================
--- mrbs/trunk/web/upgrade/17/post.inc  2012-12-06 18:00:41 UTC (rev 2569)
+++ mrbs/trunk/web/upgrade/17/post.inc  2012-12-06 18:34:30 UTC (rev 2570)
@@ -98,7 +98,7 @@
   // No need to localise, should never happen
   print "<span class=\"error\">Failed to add saved_ts column in repeat 
table.</span>";
 }
-$sql = "UPDATE $tbl_repeat SET saved_ts=timestamp"l
+$sql = "UPDATE $tbl_repeat SET saved_ts=timestamp";
 $res = sql_command($sql);
 if ($res == -1)
 {

Modified: mrbs/trunk/web/upgrade/24/post.inc
===================================================================
--- mrbs/trunk/web/upgrade/24/post.inc  2012-12-06 18:00:41 UTC (rev 2569)
+++ mrbs/trunk/web/upgrade/24/post.inc  2012-12-06 18:34:30 UTC (rev 2570)
@@ -75,7 +75,7 @@
   // No need to localise, should never happen
   print "<span class=\"error\">Failed to add saved_ts column in repeat 
table.</span>";
 }
-$sql = "UPDATE $tbl_repeat SET saved_ts=timestamp"l
+$sql = "UPDATE $tbl_repeat SET saved_ts=timestamp";
 $res = sql_command($sql);
 if ($res == -1)
 {
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to