Ignore:
Timestamp:
09/19/07 22:09:41 (5 years ago)
Author:
hverton
Message:

removed optional module icons from the trunk
updated the db_setup code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/create_dbsetup.php

    r813 r831  
    4545$config .= $crlf."define('PLI_VERSION', '".$settings['version']."');".$crlf; 
    4646$config .= "define('PLI_REVISION', '".$settings['revision']."');".$crlf; 
     47$config .= $crlf."if (\$step == 1) {".$crlf; 
    4748$config .= $crlf."$"."fail = ".'"0"'.";".$crlf; 
    4849$config .= "$"."failed = array();".$crlf; 
     
    7778    $config .= '}'.$crlf; 
    7879} 
     80$config .= $crlf."}".$crlf; 
    7981$config .= "//----------------------------------------------------------".$crlf; 
    8082$config .= "?>"; 
Note: See TracChangeset for help on using the changeset viewer.