Changeset 889


Ignore:
Timestamp:
05/21/09 15:40:03 (15 years ago)
Author:
alexandrecorreia
Message:

Ticket #475 - Corrigido caminho das figuras navbar.png.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/functions.inc.php

    r790 r889  
    387387                        preg_match('/(.*)\/(.*)/', PHPGW_APP_TPL, $matches); 
    388388 
    389                         if ($GLOBALS['phpgw_info']['flags']['currentapp'] != "jabberit_messenger") 
    390                         $_SESSION['phpgw_info'][$GLOBALS['phpgw_info']['flags']['currentapp']]['user']['preferences']['common']['template_set'] = $matches[2]; 
     389                        if ( $GLOBALS['phpgw_info']['flags']['currentapp'] != "jabberit_messenger" ) 
     390                                $_SESSION['phpgw_info'][$GLOBALS['phpgw_info']['flags']['currentapp']]['user']['preferences']['common']['template_set'] = $matches[2]; 
    391391                } 
    392392 
Note: See TracChangeset for help on using the changeset viewer.