summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-09-08 21:40:27 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-09-08 21:40:27 +0000
commit2f1ba6dcdf6ef3038f5ec32430444717e63269e4 (patch)
treebd1ada14b841c5ae7ec46de85aeb2a4f9085602e
parent254c16d76abb15630ce6aeddbe624d493d8f1485 (diff)
downloadliberty-2f1ba6dcdf6ef3038f5ec32430444717e63269e4.tar.gz
liberty-2f1ba6dcdf6ef3038f5ec32430444717e63269e4.tar.bz2
liberty-2f1ba6dcdf6ef3038f5ec32430444717e63269e4.zip
hope this does it....
-rw-r--r--get_content_list_inc.php4
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 );
}
}