print out the standard substitutes, if debug is switched on

This commit is contained in:
Klaus Leithoff 2008-12-09 13:07:29 +00:00
parent f28eed1973
commit 91c5e6d23c

View File

@ -176,6 +176,7 @@ class preferences
'email' => lang('email-address of the user, eg. "%1"',$this->values['email']),
'date' => lang('todays date, eg. "%1"',$this->values['date']),
);
if ($this->debug) error_log(__METHOD__.print_r($this->vars,true));
// do the substituetion in the effective prefs (data)
//
foreach($this->data as $app => $data)