Remove comment which is plainly wrong
authorjeroendedauw <jeroendedauw@gmail.com>
Tue, 15 Oct 2013 18:31:34 +0000 (20:31 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Tue, 15 Oct 2013 18:31:34 +0000 (20:31 +0200)
Change-Id: I89bb9243a19e0355260e4e1c217e3868014c4886

includes/db/Database.php

index 4b25bd3..df2877f 100644 (file)
@@ -2301,8 +2301,7 @@ abstract class DatabaseBase implements IDatabase, DatabaseType {
        }
 
        /**
-        * If it's a string, adds quotes and backslashes
-        * Otherwise returns as-is
+        * Adds quotes and backslashes.
         *
         * @param $s string
         *