Removed warning for invalid links since it scares users needlessly.
authorMr. E23 <e23@users.mediawiki.org>
Sat, 10 Jan 2004 19:48:34 +0000 (19:48 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Sat, 10 Jan 2004 19:48:34 +0000 (19:48 +0000)
maintenance/rebuildlinks.inc

index cf532cc..1150cd9 100644 (file)
@@ -120,7 +120,7 @@ function rebuildLinkTables()
                        } else {
                                $nt = Title::newFromText( $link );
                                if (! $nt) {
-                                       print "\nInvalid link in page '{$from_full_title}': '$link'\n";
+                                       // Invalid link, probably something like "[[  ]]"
                                        continue;
                                }