Changeset 15012
- Timestamp:
- 02/15/08 17:53:11 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-1-9/midgard/apis/php5/php_midgard_connection.c
r14658 r15012 84 84 85 85 /* 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); 88 88 89 89 if(person != NULL) {
