Ignore:
Timestamp:
Feb 20, 2011, 2:57:07 PM (13 years ago)
Author:
Eric
Message:

r9324 merged from trunk to branch 2.20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/branches/2.20/admin/UAM_admin.php

    r9267 r9325  
    561561                }
    562562
    563     // Avoid jquery accordion menu bug when there is no users to display
    564     // Pending because it causes php warnings when no users are listed (when $visible_user_list[] is empty)
    565     /*if (empty($visible_user_list))
    566     {
    567       $visible_user_list[] = null;
    568     }*/
    569 
    570563                foreach ($visible_user_list as $local_user)
    571564    {
     
    10391032                }
    10401033
    1041     // Avoid jquery accordeon menu bug when there is no users to display
    1042     // Pending because it causes php warnings when no users are listed (when $visible_user_list[] is empty)
    1043     /*if (empty($visible_user_list))
    1044     {
    1045       $visible_user_list[] = null;
    1046     }*/
    1047 
    10481034                foreach ($visible_user_list as $local_user)
    10491035    {
     
    14411427      $visible_user_list[] = $local_user;
    14421428                }
    1443 
    1444     // Avoid jquery accordeon menu bug when there is no users to display
    1445     if (empty($visible_user_list))
    1446     {
    1447       $visible_user_list[] = null;
    1448     }
    14491429   
    14501430                foreach ($visible_user_list as $local_user)
Note: See TracChangeset for help on using the changeset viewer.