function drupalize in Brilliant Gallery 5.4
Same name and namespace in other branches
- 5.3 image.php \drupalize()
- 6 image.php \drupalize()
- 6.2 image.php \drupalize()
- 6.3 image.php \drupalize()
File
- ./
image.php, line 11
Code
function drupalize() {
while (!@stat('./includes/bootstrap.inc')) {
chdir('..');
}
require_once './includes/bootstrap.inc';
#drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
#drupal_cron_run();
}