Ignore:
Timestamp:
Jul 29, 2011, 6:05:05 PM (13 years ago)
Author:
bayral
Message:

MAj des truc existant et debut du upload de fichier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoLib/Proxy/PwgTagsProxy.cs

    r7149 r11850  
    1212    static internal class PwgTagsProxy
    1313    {
     14        /* pwg.tags.add             pwg_tag_add
     15         * pwg.tags.getAdminList    pwg_tags_getAdminList
     16         * pwg.tags.getImages       pwg_tags_getImages
     17         * pwg.tags.getList         pwg_tags_getList
     18         * */
     19
    1420        static internal PwgTagsProxyResponse pwg_tags_getList(Boolean? sortedByCounter)
    1521        {
     
    108114
    109115        }
    110         static internal PwgAddRequestProxyResponse pwg_tag_add(string tagName)
     116        static internal PwgAddRequestProxyResponse pwg_tag_add(String tagName)
    111117        {
    112118            PwgAddRequestProxyResponse response = null;
Note: See TracChangeset for help on using the changeset viewer.