Author: Derick Rethans
Date: 2006-01-23 00:22:41 +0100 (Mon, 23 Jan 2006)
New Revision: 1997

Log:
- Changed constant that changed in the extension in CVS.

Modified:
   packages/UserInput/trunk/src/input_form.php

Modified: packages/UserInput/trunk/src/input_form.php
===================================================================
--- packages/UserInput/trunk/src/input_form.php 2006-01-22 12:16:21 UTC (rev 
1996)
+++ packages/UserInput/trunk/src/input_form.php 2006-01-22 23:22:41 UTC (rev 
1997)
@@ -450,7 +450,7 @@
             {
                 if ( input_has_variable ( $this->inputSource, $fieldName ) )
                 {
-                    return input_get( $this->inputSource, $fieldName, 
FS_UNSAFE_RAW );
+                    return input_get( $this->inputSource, $fieldName, 
FILTER_UNSAFE_RAW );
                 }
                 else
                 {

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to