- Timestamp:
- 09/07/06 08:23:08 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Content/ContentGroup/ContentGroup.php
r1090 r1094 410 410 $html .= "</li>\n"; 411 411 $html .= "<li class='admin_element_item_container'>\n"; 412 $html .= self :: getSelectExistingContentUI("content_group_{$this->id}_existing_element", "AND content_id != '$this->id' ", $this->allowed_content_types);412 $html .= self :: getSelectExistingContentUI("content_group_{$this->id}_existing_element", "AND content_id != '$this->id' AND is_persistent=TRUE", $this->allowed_content_types); 413 413 $html .= "</li>\n"; 414 414 $html .= "</ul>\n";
