Changeset 13803

Show
Ignore:
Timestamp:
03/13/12 16:09:36 (1 year ago)
Author:
p_lindheimer
Message:

fixes a situation where there is a corrupted findmefollow table with a user that has no extension number

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/findmefollow/functions.inc.php

    r13802 r13803  
    7373        foreach($ringlist as $item) { 
    7474          $grpnum = ltrim($item['0']); 
     75          if ($grpnum == "") { 
     76            continue; 
     77          } 
    7578          $grp = findmefollow_get($grpnum); 
    7679