Changeset 15850 for trunk/ws.php


Ignore:
Timestamp:
Jun 20, 2012, 5:41:31 PM (12 years ago)
Author:
mistic100
Message:

feature 2657: More options for pwg.categories.add

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r13544 r15850  
    309309      'name' => array(),
    310310      'parent' => array('default' => null),
     311      'comment' => array('default' => null),
     312      'visible' => array('default' => boolean_to_string($conf['newcat_default_visible'])),
     313      'status' => array('default' => $conf['newcat_default_status']),
     314      'commentable' => array('default' => 'true'),
    311315      ),
    312316    'administration method only'
Note: See TracChangeset for help on using the changeset viewer.