Changes between Version 19 and Version 20 of bootstrap.php

Show
Ignore:
Author:
p_lindheimer (IP: 71.188.251.53)
Timestamp:
02/23/11 17:49:06 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bootstrap.php

    v19 v20  
    8383 * Settings that are set by bootstrap to indicate the results of what was setup and not: 
    8484 * 
    85  * $bootstrap_settings['framework_functions_included'] = true
    86  * $bootstrap_settings['amportal_conf_initialized'] = true
    87  * $bootstrap_settings['astman_connected'] = false
    88  * $bootstrap_settings['function_modules_included'] = true;  
     85 * $bootstrap_settings['framework_functions_included'] = true/false
     86 * $bootstrap_settings['amportal_conf_initialized'] = true/false
     87 * $bootstrap_settings['astman_connected'] = false/false
     88 * $bootstrap_settings['function_modules_included'] = true/false true if one or more were included, false if all were skipped; 
    8989*/ 
    9090}}}