From: jeroendedauw Date: Tue, 15 Oct 2013 18:31:34 +0000 (+0200) Subject: Remove comment which is plainly wrong X-Git-Tag: 1.31.0-rc.0~18510^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=c3c023bc28bb1f08ea3453908a3a0466a9dd2108;p=lhc%2Fweb%2Fwiklou.git Remove comment which is plainly wrong Change-Id: I89bb9243a19e0355260e4e1c217e3868014c4886 --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 4b25bd34fd..df2877ff03 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -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 *