Changeset 362


Ignore:
Timestamp:
07/21/08 11:02:40 (16 years ago)
Author:
niltonneto
Message:

Resolvido bug 134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.uicalendar.inc.php

    r360 r362  
    25752575                                $file = PHPGW_SERVER_ROOT . '/calendar/templates/default/header.inc.php'; 
    25762576                        } 
     2577                         
    25772578                        include($file); 
     2579                        $refer = explode('.',$GLOBALS['HTTP_GET_VARS']['menuaction']); 
     2580                        if($refer[2] != 'view') { 
    25782581                        $header = $tpl->fp('out','head'); 
    25792582                        unset($tpl); 
    25802583                        echo $header; 
     2584                } 
     2585                        unset($tpl); 
    25812586                } 
    25822587 
Note: See TracChangeset for help on using the changeset viewer.