mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
print out the standard substitutes, if debug is switched on
This commit is contained in:
parent
f28eed1973
commit
91c5e6d23c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user