Changeset 248

Show
Ignore:
Timestamp:
04/06/08 23:12:48 (9 months ago)
Author:
shupp
Message:

get rid of notices in Main_IPMaps

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Framework/Module/Main/IPMaps.php

    r241 r248  
    5151        $rawList = $this->user->showIPMap(); 
    5252        $count = 0; 
     53        $maps  = array(); 
    5354        foreach ($rawList as $ip => $domains) { 
    5455            $maps[$count]['ip'] = $ip;