Home
last modified time | relevance | path

Searched refs:config_disable_debug (Results 1 – 3 of 3) sorted by relevance

/plugin/photogallery/phpThumb/
H A DphpThumb.php143 $phpThumb->config_disable_debug = false; // otherwise error message won't print
148 $phpThumb->config_disable_debug = false; // otherwise error message won't print
151 $phpThumb->config_disable_debug = false; // otherwise error message won't print
163 if (!$phpThumb->config_disable_debug) {
205 $phpThumb->config_disable_debug = false; // otherwise error message won't print
208 $phpThumb->config_disable_debug = false; // otherwise error message won't print
243 $phpThumb->config_disable_debug = false; // otherwise error message won't print
H A Dphpthumb.class.php194 public $config_disable_debug = true; variable in phpthumb
307 if (!$this->config_disable_debug) {
4190 if ($this->config_disable_debug) {
4365 …if (!$this->thumbnailFormat || !$this->config_disable_debug || (phpthumb_functions::gd_version() <…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1299 * Added new configuration variable 'config_disable_debug'