Show
Ignore:
Timestamp:
02/11/10 17:34:27 (2 years ago)
Author:
gbastien
Message:

* Merged recent changes in the trunk into this branch
* New token architecture not yet fully functional, nor tested, but ...

  • can now edit token templates for different context of tokens (from the edit netork interface at the bottom of page)
  • Users connected through a wifidog gateway can view their connection token information
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newtoken/wifidog/classes/ContentTypeFilter.php

    r1421 r1446  
    288288 
    289289                !empty($userData['preSelectedId'])?$selectedId=$userData['preSelectedId']:$selectedId=null; 
    290                 !empty($userData['additionalWhere'])?$additional_where=$userData['additionalWhere']:$additional_where=null; 
     290                !empty($userData['additionalWhere'])?$additional_where=$userData['additionalWhere']:$additional_where=''; 
    291291                 
    292292                $additional_where = $db->escapeString($additional_where);