Changeset 991

Show
Ignore:
Timestamp:
03/09/06 17:09:51 (7 years ago)
Author:
max-horvath
Message:

"2006-03-09 Max Horvath <max.horvath@…>

  • fixed PHP notice in portal/index.php"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/portal/index.php

    r990 r991  
    6969// Init values 
    7070$node = null; 
     71$rolenames = ""; 
    7172$show_more_link = false; 
    7273 
     
    176177    } 
    177178 
    178     $online_user_array[] = array('Username' => $online_user->getUsername(), 'showRoles' => count($roles) > 0, 'roles' => $rolenames ? $rolenames : ""); 
     179    $online_user_array[] = array('Username' => $online_user->getUsername(), 'showRoles' => count($roles) > 0, 'roles' => $rolenames); 
    179180} 
    180181