modified : video_users function issue fixed
This commit is contained in:
parent
42361489e9
commit
21574a5262
1 changed files with 3 additions and 1 deletions
|
@ -1127,7 +1127,9 @@
|
||||||
function video_users($users)
|
function video_users($users)
|
||||||
{
|
{
|
||||||
global $userquery;
|
global $userquery;
|
||||||
|
if (!empty($users)){
|
||||||
$users_array = explode(',',$users);
|
$users_array = explode(',',$users);
|
||||||
|
}
|
||||||
$new_users = array();
|
$new_users = array();
|
||||||
foreach($users_array as $user)
|
foreach($users_array as $user)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue