Revision: 1137
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1137&view=rev
Author:   jberanek
Date:     2009-06-28 20:29:33 +0000 (Sun, 28 Jun 2009)

Log Message:
-----------
* Fixed put in DV schema version 6 post.inc - was using a MySQL
 specific DB function rather than the abstracted function. Made
 PostgreSQL bomb out instead of complete correctly.

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-28 19:14:56 UTC (rev 1136)
+++ mrbs/trunk/web/upgrade/6/post.inc   2009-06-28 20:29:33 UTC (rev 1137)
@@ -7,7 +7,7 @@
 global $auth;
 
 $r = sql_query("SELECT level FROM $tbl_users ".
-               sql_mysql_syntax_limit(0,1),$admin_handle);
+               sql_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

Reply via email to