Changeset 4807 for branches/2.1/xmlrpc.php
- Timestamp:
- 01/25/2007 06:27:47 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.1/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/xmlrpc.php
r4710 r4807 978 978 $categories[] = array( 979 979 'categoryName' => get_cat_name($catid), 980 'categoryId' => $catid,980 'categoryId' => (string) $catid, 981 981 'isPrimary' => $isPrimary 982 982 );
Note: See TracChangeset
for help on using the changeset viewer.