Revision: 1135
http://mrbs.svn.sourceforge.net/mrbs/?rev=1135&view=rev
Author: jberanek
Date: 2009-06-26 14:46:27 +0000 (Fri, 26 Jun 2009)
Log Message:
-----------
* Fixed bracketing in sql_query() call in db schema 6 post.inc, though
it shouldn't in fact make any difference.
Modified Paths:
--------------
mrbs/trunk/web/upgrade/6/post.inc
Modified: mrbs/trunk/web/upgrade/6/post.inc
===================================================================
--- mrbs/trunk/web/upgrade/6/post.inc 2009-06-26 14:08:28 UTC (rev 1134)
+++ mrbs/trunk/web/upgrade/6/post.inc 2009-06-26 14:46:27 UTC (rev 1135)
@@ -7,7 +7,7 @@
global $auth;
$r = sql_query("SELECT level FROM $tbl_users ".
- sql_mysql_syntax_limit(0,1,$admin_handle));
+ sql_mysql_syntax_limit(0,1),$admin_handle);
// If the 'level' field does not exist (as it won't if it was created pre-MRBS
1.4.2),
// then create it and populate it with existing admins defined in the config
file
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits