Revision: 1349
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1349&view=rev
Author:   jberanek
Date:     2010-04-22 21:29:27 +0000 (Thu, 22 Apr 2010)

Log Message:
-----------
* Corrected the abstract sql_error() call, so that it passes on the
 optional DB handle.

Modified Paths:
--------------
    mrbs/trunk/web/dbsys.inc

Modified: mrbs/trunk/web/dbsys.inc
===================================================================
--- mrbs/trunk/web/dbsys.inc    2010-04-22 20:20:47 UTC (rev 1348)
+++ mrbs/trunk/web/dbsys.inc    2010-04-22 21:29:27 UTC (rev 1349)
@@ -228,7 +228,7 @@
   }
 
   $f = "sql_${db_sys}_error";
-  return $f();
+  return $f($db_conn);
 }
 
 


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