You are here

constant ZENOPHILE_DEBUG in Zenophile 6.2

Same name and namespace in other branches
  1. 7 zenophile.module \ZENOPHILE_DEBUG

If ZENOPHILE_DEBUG is TRUE, Zenophile will go through the motions of building the $files array and processing it, but won't actually save anything to disk. Instead, it will dpm() the $files array to the screen.

2 uses of ZENOPHILE_DEBUG
zenophile_create_validate in ./zenophile.module
Validate function for zenophile_create().
_zenophile_process in ./zenophile.module
Process the file queue.

File

./zenophile.module, line 19
Creates Zen subthemes quickly and easily.

Code

define('ZENOPHILE_DEBUG', FALSE);