Changeset 15012

Show
Ignore:
Timestamp:
02/15/08 17:53:11 (1 year ago)
Author:
piotras
Message:

connection's auth callback: disable person's oebjct for a while

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/branch-1-9/midgard/apis/php5/php_midgard_connection.c

    r14658 r15012  
    8484 
    8585        /* TODO , get user id */ 
    86         GObject *person
    87         g_object_get(G_OBJECT(mgd_handle()), "person", &person, NULL); 
     86        GObject *person = NULL
     87        //g_object_get(G_OBJECT(mgd_handle()), "person", &person, NULL); 
    8888 
    8989        if(person != NULL) {