From: Tim Starling Date: Tue, 17 Jan 2006 13:24:00 +0000 (+0000) Subject: Removing leecruft. No, you sure as hell couldn't defer it. X-Git-Tag: 1.6.0~498 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=95ad85012e511a3794e4b495eb963c85f98f5b7e;p=lhc%2Fweb%2Fwiklou.git Removing leecruft. No, you sure as hell couldn't defer it. --- diff --git a/includes/Article.php b/includes/Article.php index 66fbc2c700..a528321547 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1120,10 +1120,7 @@ class Article { } /** - * Theoretically we could defer these whole insert and update - * functions for after display, but that's taking a big leap - * of faith, and we want to be able to report database - * errors at some point. + * Insert a new article into the database * @access private */ function insertNewArticle( $text, $summary, $isminor, $watchthis, $suppressRC=false, $comment=false ) {