diff options
| author | Simon | 2011-04-05 12:58:56 +0200 |
|---|---|---|
| committer | Simon | 2011-04-05 12:58:56 +0200 |
| commit | d106362ad158554ee09debf48ec0249ef8e2c599 (patch) | |
| tree | b52279d6a1ba80ad3417a7ffd8853ee50c061a00 /application/modules/user/forms/GroupAdd.php | |
| parent | Unterstriche in Spaltentitel erlaubt(danke Michi...) (diff) | |
| parent | weiteres Recht hinzugefügt (diff) | |
| download | pbs2-d106362ad158554ee09debf48ec0249ef8e2c599.tar.gz pbs2-d106362ad158554ee09debf48ec0249ef8e2c599.tar.xz pbs2-d106362ad158554ee09debf48ec0249ef8e2c599.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/forms/GroupAdd.php')
| -rw-r--r-- | application/modules/user/forms/GroupAdd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/GroupAdd.php b/application/modules/user/forms/GroupAdd.php index ff2b97a..b1ae0ee 100644 --- a/application/modules/user/forms/GroupAdd.php +++ b/application/modules/user/forms/GroupAdd.php @@ -56,7 +56,7 @@ class user_Form_GroupAdd extends Zend_Form 'required' => false, 'ignore' => true, 'label' => 'Cancel', - 'onclick' => 'location.href="' . $_SERVER['HTTP_REFERER'] . '"', + 'onclick' => 'location.href="javascript:history.back();"', )); } |
