From e936d291ebd2ffbffd6eabe33b8e26c979171900 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Feb 2016 15:35:49 +0100 Subject: feature #321, pwg.categories.getList returns status --- include/ws_functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ws_functions.inc.php') diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index c36efec69..8834ac834 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -193,7 +193,7 @@ function ws_std_get_image_xml_attributes() function ws_std_get_category_xml_attributes() { return array( - 'id', 'url', 'nb_images', 'total_nb_images', 'nb_categories', 'date_last', 'max_date_last', + 'id', 'url', 'nb_images', 'total_nb_images', 'nb_categories', 'date_last', 'max_date_last', 'status', ); } @@ -235,4 +235,4 @@ function categories_flatlist_to_tree($categories) return $tree; } -?> \ No newline at end of file +?> -- cgit v1.2.3