Followup to r77713, rename quote_ident to addIdentifierQuotes to follow naming conven...
[lhc/web/wiklou.git] / includes / db / DatabaseIbm_db2.php
index a3a6829..f49ff8e 100644 (file)
@@ -647,6 +647,10 @@ EOF;
                }
        }
 
+       public function addIdentifierQuotes( $s ) {
+               return '"' . str_replace( '"', '""', $s ) . '"';
+       }
+
        /**
         * Verifies that a DB2 column/field type is numeric
         *