From 63988218a79c3263e7d40c956a20b04fca7aae68 Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 15 Feb 2010 17:11:37 +0000 Subject: [PATCH] Changed use of deprecated split function to explode git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3024 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/skins/classic/views/options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/skins/classic/views/options.php b/web/skins/classic/views/options.php index 00aec362d..5009731e5 100644 --- a/web/skins/classic/views/options.php +++ b/web/skins/classic/views/options.php @@ -118,7 +118,7 @@ if ( $tab == "users" ) $userMonitors = array(); if ( !empty($row['MonitorIds']) ) { - foreach ( split( ",", $row['MonitorIds'] ) as $monitorId ) + foreach ( explode( ",", $row['MonitorIds'] ) as $monitorId ) { $userMonitors[] = $monitors[$monitorId]['Name']; } @@ -190,7 +190,7 @@ else ?> 3 ) { ?>