Show
Ignore:
Timestamp:
07/21/07 21:19:06 (6 years ago)
Author:
p_lindheimer
Message:

#2131 fix Undefined Index warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/dashboard/class.astinfo.php

    r4376 r4507  
    4040    $astout = explode("\n",$response['data']); 
    4141     
    42     $return = array(); 
     42    $return = array( 
     43      'sip_total' => 0, 
     44      'sip_online' => 0, 
     45      'sip_offline' => 0, 
     46      'iax2_total' => 0, 
     47      'iax2_online' => 0, 
     48      'iax2_offline' => 0, 
     49      'iax2_unmonitored' => 0 
     50    ); 
    4351     
    4452    foreach ($astout as $line) { 
  • modules/branches/2.3/dashboard/module.xml

    r4506 r4507  
    22  <rawname>dashboard</rawname> 
    33  <name>System Dashboard</name> 
    4   <version>0.2.1</version> 
     4  <version>0.2.2</version> 
    55  <candisable>no</candisable> 
    66  <type>tool</type> 
     
    1717  </depends> 
    1818  <changelog> 
     19    *0.2.2* #2131 fix Undefined Index warnings 
    1920    *0.2.1* make module permanent, should not be able to disable 
    2021    *0.2.0* Add real-time updates