Removing leecruft. No, you sure as hell couldn't defer it.
[lhc/web/wiklou.git] / 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 ) {