Removing leecruft. No, you sure as hell couldn't defer it.
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 17 Jan 2006 13:24:00 +0000 (13:24 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 17 Jan 2006 13:24:00 +0000 (13:24 +0000)
includes/Article.php

index 66fbc2c..a528321 100644 (file)
@@ -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 ) {