Author: dr
Date: Mon Dec  3 14:22:07 2007
New Revision: 6903

Log:
- Make the signature the same, to avoid warnings with PHP 5.3.

Modified:
    trunk/Database/src/handlers/oracle.php

Modified: trunk/Database/src/handlers/oracle.php
==============================================================================
--- trunk/Database/src/handlers/oracle.php [iso-8859-1] (original)
+++ trunk/Database/src/handlers/oracle.php [iso-8859-1] Mon Dec  3 14:22:07 2007
@@ -141,9 +141,10 @@
      * Reimplemented from PDO since PDO is broken using Oracle8.
      *
      * @param string $str
+     * @param int $paramStr
      * @return string
      */
-    public function quote( $str )
+    public function quote( $str, $paramStr = PDO::PARAM_STR )
     {
         // looks like PDO::quote() does not work properly with oci8 driver.
 


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to