From: Roan Kattouw Date: Sun, 2 Oct 2011 19:35:07 +0000 (+0000) Subject: Followup r96930: also remove the documentation that describes the reverted behavior X-Git-Tag: 1.31.0-rc.0~27310 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=5d5601cb797d049e8f4fefe154d119bf381becfc;p=lhc%2Fweb%2Fwiklou.git Followup r96930: also remove the documentation that describes the reverted behavior --- diff --git a/includes/db/Database.php b/includes/db/Database.php index cff669074c..239b43086f 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -1245,9 +1245,6 @@ abstract class DatabaseBase implements DatabaseType { * - If the value is an array, an IN(...) clause will be constructed, * such that the field name may match any of the elements in the * array. The elements of the array will be quoted. - * - If the field name ends with "!", this is taken as a flag which - * inverts the comparison, allowing NOT IN clauses to be constructed, - * for example: array( 'user_id!' => array( 1, 2, 3 ) ) * * Note that expressions are often DBMS-dependent in their syntax. * DBMS-independent wrappers are provided for constructing several types of