r120 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r119‎ | r120 | r121 >
Date:15:14, 11 February 2002
Author:magnus_manske
Status:old
Tags:
Comment:
Setting high time limit in the conversion script (if it ever gets used again...)
Modified paths:
  • /trunk/phpwiki/fpw/convertWiki2SQL.php (modified) (history)

Diff [purge]

Index: trunk/phpwiki/fpw/convertWiki2SQL.php
@@ -212,6 +212,8 @@
213213 # $rootDir = "/home/manske/wiki/lib-http/db/wiki/page/" ;
214214 $rootDir = "/stuff/wiki/lib-http/db/wiki/page/" ;
215215
 216+ set_time_limit ( 30000 ) ; # Enough time for this script...
 217+
216218 global $ll , $ull , $allTopics ;
217219 $ll = array () ;
218220 $ull = array () ;

Follow-up revisions

RevisionCommit summaryAuthorDate
r57431* updated oggThumb params to use new -n option destination path added in oggT...dale19:45, 6 October 2009

Status & tagging log