openrat-cms

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

commit 65e86518519d7de85b17ebf0118e79ec9ef69f30
parent db43538d302bd90946f217c5b055e49c292f07a4
Author: dankert <devnull@localhost>
Date:   Fri, 18 Sep 2009 19:47:09 +0200

Bugfix: doppeltes \"case 'full'\" entfernt.

Diffstat:
actionClasses/Action.class.php | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/actionClasses/Action.class.php b/actionClasses/Action.class.php @@ -139,8 +139,6 @@ class Action $value = $REQ[ $varName ]; return Text::clean($value,'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._-@'); - case 'full': - case 'text': $value = $REQ[ $varName ]; return Text::clean($value,'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789:!"ยง$%&/()=?._- '.chr(10).chr(13));