Changeset - 03df18f63802
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-02-10 00:00:42
ohnobinki@ohnopublishing.net
Fix undefined variable notice during rehash.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
admin/rehash.php
Show inline comments
 
@@ -52,12 +52,14 @@ function main($argc, $argv)
 
      return 0;
 
    }
 

	
 
  $crawl = TRUE;
 
  if (isset($opts['no-crawl']))
 
    $crawl = FALSE;
 

	
 
  $crawl_only = NULL;
 
  if (isset($opts['crawl-only']))
 
    $crawl_only = split(',', $opts['crawl-only']);
 

	
 
  $verbosity = 1;
 
  if (isset($opts['verbosity']))
 
    $verbosity = (int)$opts['verbosity'];
0 comments (0 inline, 0 general)