Changeset 2748 for trunk/index.php


Ignore:
Timestamp:
05/10/10 11:47:10 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Corrigindo problema no calendario para adicionar evento e na visao diaria.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r2707 r2748  
    9292        if ( is_object( $GLOBALS[ $class ] ) && ( ( ! property_exists( $class, 'public_functions' ) ) || (is_array($GLOBALS[$class]->public_functions) && $GLOBALS[$class]->public_functions[$method]) && ! $invalid_data ) ) 
    9393        { 
    94                 $menuaction = $_GET[ 'menuaction' ]; 
    95                 unset( $_GET[ 'menuaction' ] ); 
    96                 echo execmethod( $menuaction, $_GET ); 
     94                echo execmethod( $_GET[ 'menuaction' ], $_GET ); 
    9795                unset($app); 
    9896                unset($class); 
Note: See TracChangeset for help on using the changeset viewer.