diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-08 21:40:27 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-08 21:40:27 +0000 |
| commit | 2f1ba6dcdf6ef3038f5ec32430444717e63269e4 (patch) | |
| tree | bd1ada14b841c5ae7ec46de85aeb2a4f9085602e | |
| parent | 254c16d76abb15630ce6aeddbe624d493d8f1485 (diff) | |
| download | liberty-2f1ba6dcdf6ef3038f5ec32430444717e63269e4.tar.gz liberty-2f1ba6dcdf6ef3038f5ec32430444717e63269e4.tar.bz2 liberty-2f1ba6dcdf6ef3038f5ec32430444717e63269e4.zip | |
hope this does it....
| -rw-r--r-- | get_content_list_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/get_content_list_inc.php b/get_content_list_inc.php index 34ea57d..87598b1 100644 --- a/get_content_list_inc.php +++ b/get_content_list_inc.php @@ -3,7 +3,7 @@ * get_content_list * * @author Christian Fowler> - * @version $Revision: 1.22 $ + * @version $Revision: 1.23 $ * @package liberty * @subpackage functions */ @@ -49,7 +49,7 @@ if( empty( $contentListHash ) ) { if( !empty( $_REQUEST['output'] ) && ( $_REQUEST['output'] == 'json' || $_REQUEST['output'] == 'ajax' ) ) { foreach( $_REQUEST as $key => $value ) { - if( strstr( ',', $value ) ) { + if( strstr( $value, ',' ) ) { $_REQUEST[$key] = explode( ",", $value ); } } |
