From: Niklas Laxström Date: Fri, 30 Jul 2010 20:13:30 +0000 (+0000) Subject: Add @since for buildLike X-Git-Tag: 1.31.0-rc.0~35823 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=6314817969a0c25a5075b9e893848950031e243b;p=lhc%2Fweb%2Fwiklou.git Add @since for buildLike --- diff --git a/includes/db/Database.php b/includes/db/Database.php index e5ae109506..948b9bf0f3 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -1530,6 +1530,7 @@ abstract class DatabaseBase { * for subpages of 'My page title'. * Alternatively: $pattern = array( 'My_page_title/', $dbr->anyString() ); $query .= $dbr->buildLike( $pattern ); * + * @since 1.16 * @return String: fully built LIKE statement */ function buildLike() {