Difference for plugins/common/plugin_common.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 453
 
Line 453
     return cfapiObject_get_property( &val, ob, CFAPI_OBJECT_PROP_NAME );      return cfapiObject_get_property( &val, ob, CFAPI_OBJECT_PROP_NAME );
 }  }
   
   char* cf_query_name_pl( object* ob )
   {
       int val;
       return cfapiObject_get_property( &val, ob, CFAPI_OBJECT_PROP_NAME_PLURAL );
   }
   
 char* cf_query_base_name( object* ob, int plural )  char* cf_query_base_name( object* ob, int plural )
 {  {
     int val;      int val;


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:58