Author: sevein
Date: Sun Jul 22 18:00:23 2012
New Revision: 11953

Log:
This method will be used in arUpgrader110, make public

Modified:
   trunk/lib/QubitPdo.class.php

Modified: trunk/lib/QubitPdo.class.php
==============================================================================
--- trunk/lib/QubitPdo.class.php        Sun Jul 22 00:01:58 2012        (r11952)
+++ trunk/lib/QubitPdo.class.php        Sun Jul 22 18:00:23 2012        (r11953)
@@ -79,7 +79,7 @@
     return $modifyStmt->rowCount();
   }
 
-  private static function prepareAndExecute($query, $parameters = array())
+  public static function prepareAndExecute($query, $parameters = array())
   {
     if (!isset(self::$conn))
     {

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to