Ignore:
Timestamp:
03/23/12 16:39:10 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Implementada funcionalidade de criacao de agenda para contas compartilhadas e imposicao de agendas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/inc/class.uiconfig.inc.php

    r5773 r5804  
    1818                function index() 
    1919                { 
     20                 
     21                                ob_start(); 
     22                        print_r("teste :D :D :D"); 
     23         
     24                        $output = ob_get_clean(); 
     25                        file_put_contents( "/tmp/acoutinho.log",  $output , FILE_APPEND); 
     26                 
    2027                        if ($GLOBALS['phpgw']->acl->check('site_config_access',1,'admin')) 
    2128                        { 
     
    6976                                $current_config = $c->config_data; 
    7077                        } 
     78         
     79                if($appname === "expressoCalendar"){                                             
     80                        if (isset($_POST['migration']) && ($_POST['migration']  == "true")){ 
     81                         
     82                                require_once dirname(__FILE__ )."/../../expressoCalendar/inc/class.ui_migration.inc.php"; 
     83 
     84                                $migratrion = new Migra(); 
     85                                $migratrion->calendar(); 
     86                        } 
     87                } 
    7188 
    7289                        if ($_POST['cancel'] || $_POST['submit'] && $GLOBALS['phpgw']->acl->check('site_config_access',2,'admin')) 
     
    289306                                 
    290307                                $t->set_var('rows_login_generator',$options); 
    291                         } 
    292                          
     308                        }                
    293309                         
    294310                        if($appname=="admin") {                                                  
Note: See TracChangeset for help on using the changeset viewer.