
aaron at svn
May 11, 2008, 1:24 PM
Post #1 of 1
(16 views)
Permalink
|
|
SVN: [34627] trunk/phase3/includes/Title.php
|
|
Revision: 34627 Author: aaron Date: 2008-05-11 20:24:15 +0000 (Sun, 11 May 2008) Log Message: ----------- Tweak doc Modified Paths: -------------- trunk/phase3/includes/Title.php Modified: trunk/phase3/includes/Title.php =================================================================== --- trunk/phase3/includes/Title.php 2008-05-11 20:22:49 UTC (rev 34626) +++ trunk/phase3/includes/Title.php 2008-05-11 20:24:15 UTC (rev 34627) @@ -192,7 +192,7 @@ * but not used for anything else * * @param int $id the page_id corresponding to the Title to create - * @param int $flags, use FOR_UPDATE to use master + * @param int $flags, use GAID_FOR_UPDATE to use master * @return Title the new object, or NULL on an error */ public static function newFromID( $id, $flags = 0 ) { _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS[at]lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|