Changeset 23552 for extensions
- Timestamp:
- Jun 26, 2013, 12:17:35 AM (11 years ago)
- Location:
- extensions/UserCollections/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserCollections/include/UserCollection.class.php
r23551 r23552 25 25 'name' => null, 26 26 'date_creation' => '0000-00-00 00:00:00', 27 ' domment' => null,27 'comment' => null, 28 28 'nb_images' => 0, 29 29 'public' => 0, -
extensions/UserCollections/include/ws_functions.inc.php
r23551 r23552 82 82 'default'=>array('id','name','url','path'), 83 83 'flags'=>WS_PARAM_FORCE_ARRAY, 84 'info'=>'Available options are: id, file,name,url,path,date_creation,collection_add_date,filesize,width,height'84 'info'=>'Available options are: id, file, name, url, path, ate_creation, collection_add_date, filesize, width, height' 85 85 ), 86 86 ),
Note: See TracChangeset
for help on using the changeset viewer.