Changeset 16634
- Timestamp:
- 06/18/08 11:48:45 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/type/tagselect.php
r15380 r16634 335 335 debug_push_class(__CLASS__, __FUNCTION__); 336 336 337 if ( $this->use_tag_library 338 || $this->force_saving_to_tag_library) 337 if ( empty($this->options) 338 && ( $this->use_tag_library 339 || $this->force_saving_to_tag_library) 340 ) 339 341 { 340 342 debug_add("use tag lib");
