Follow-up r75476: Windows set command treats everything until the && as part of the...
[lhc/web/wiklou.git] / includes / db / DatabaseSqlite.php
index 6fb59f7..52637a2 100644 (file)
@@ -530,10 +530,6 @@ class DatabaseSqlite extends DatabaseBase {
                }
        }
 
-       function addIdentifierQuotes( $s ) {
-               return '"' . str_replace( '"', '""', $s ) . '"';
-       }
-
        function buildLike() {
                $params = func_get_args();
                if ( count( $params ) > 0 && is_array( $params[0] ) ) {