PG hack for temporary tables breaks MySQL 4.1. :P special-case it
[lhc/web/wiklou.git] / maintenance / rebuildrecentchanges.php
index 1ab2b02..77816cf 100644 (file)
@@ -10,7 +10,7 @@
 
 /** */
 require_once( "commandLine.inc" );
-require_once( "./rebuildrecentchanges.inc" );
+require_once( "rebuildrecentchanges.inc" );
 $wgTitle = Title::newFromText( "Rebuild recent changes script" );
 
 $wgDBuser                      = $wgDBadminuser;