(bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate
[lhc/web/wiklou.git] / maintenance / rebuildall.php
index ca7e4c0..536ebd3 100644 (file)
@@ -37,6 +37,6 @@ print "\n\n** Rebuilding links tables -- this can take a long time. It should be
 refreshLinks( 1 );
 
 print "Done.\n";
-exit();
+exit(0);