Changeset 16634

Show
Ignore:
Timestamp:
06/18/08 11:48:45 (4 months ago)
Author:
bergie
Message:

Make tagselect actually use options

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/type/tagselect.php

    r15380 r16634  
    335335        debug_push_class(__CLASS__, __FUNCTION__); 
    336336 
    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            ) 
    339341        { 
    340342            debug_add("use tag lib");