Home
last modified time | relevance | path

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

/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php139 var $useLog; variable in cronojob
189 $this->useLog = $conf_plug['uselog'];
210 if ($this->debug) echo $msg." ".$this->useLog;
212 if ($this->useLog) {
H A Dpseudo-cron-image.php182 var $useLog; variable in cronojob
232 $this->useLog = $conf_plug['uselog'];
253 if ($this->debug) echo $msg." ".$this->useLog;
255 if ($this->useLog) {
/plugin/cronojob/
H A Dpseudocron.php73 var $useLog; variable in cronojob
128 $this->useLog = $conf_plug['uselog'];
192 if ($this->debug) echo $msg." ".$this->useLog;
194 if ($this->useLog) {