openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e65ab3f738e03c9516b34fd273aaddb1c6086077
parent 97fb15594fdf3fbf5d0c3524197373c0d8268a91
Author: dankert <devnull@localhost>
Date:   Wed, 28 Oct 2009 09:40:24 +0100

Entfernen der Debug-Meldung.

Diffstat:
actionClasses/ProfileAction.class.php | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/actionClasses/ProfileAction.class.php b/actionClasses/ProfileAction.class.php @@ -83,7 +83,7 @@ class ProfileAction extends Action $tzlist = $conf['date']['timezone']; if ( !is_array($tzlist))$tzlist = array(); foreach ($tzlist as $offset=>$name) - $timezone_list[$offset] = $name.' ('.($offset>=0?'+':'').intval($offset/60).':00)'.($offset==date('Z')/60?' *':''); + $timezone_list[$offset] = $name.' ('.vorzeichen(intval($offset/60)).':00)'.($offset==date('Z')/60?' *':''); $this->setTemplateVar('timezone_list',$timezone_list); } @@ -97,7 +97,6 @@ class ProfileAction extends Action { foreach( array('always_edit','timezone_offset') as $name ) { - Html::debug($this->getRequestVar($name),$name); // Prüfen, ob Checkbox aktiviert wurde. if ( $this->hasRequestVar($name)) {