Ignore:
Timestamp:
Aug 12, 2012, 11:22:20 PM (12 years ago)
Author:
grum
Message:

feature:2701
bug:2702
bug:2720
bug:2722

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/Common/XmlData.class.php

    r4904 r17554  
    240240     * return true of the attribute has been deleted, otherwise false
    241241
    242      * @param String $name : the name the attribute to delete
     242     * @param String $name : the name the attribute to delete; if null value is given, delete ALL attributes
    243243     * @return Boolean
    244244     */
     
    254254        return(false);
    255255      }
     256    }
     257
     258    /**
     259     * delete all attributes
     260     * return true of the attribute has been deleted, otherwise false
     261     *
     262     * @return Boolean
     263     */
     264    public function delAttributes()
     265    {
     266      $this->attributes=array();
     267      return(true);
    256268    }
    257269
Note: See TracChangeset for help on using the changeset viewer.