function drupalize in Brilliant Gallery 6.3
Same name and namespace in other branches
- 5.4 image.php \drupalize()
- 5.3 image.php \drupalize()
- 6 image.php \drupalize()
- 6.2 image.php \drupalize()
File
- ./
image.php, line 16
Code
function drupalize() {
while (!@stat('./includes/bootstrap.inc')) {
chdir('..');
}
#module_load_include('/includes/bootstrap.inc', 'image', 'includes/bootstrap');
require_once './includes/bootstrap.inc';
require_once './includes/file.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
// See http://drupal.org/node/211378#comment-924059
#drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
#drupal_cron_run();
}