From 95ad85012e511a3794e4b495eb963c85f98f5b7e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 17 Jan 2006 13:24:00 +0000 Subject: [PATCH] Removing leecruft. No, you sure as hell couldn't defer it. --- includes/Article.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ) { -- 2.20.1