Changeset 12498
- Timestamp:
- 09/26/07 15:30:38 (1 year ago)
- Files:
-
- trunk/midcom/de.linkm.sitemap/handler/sitemap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/de.linkm.sitemap/handler/sitemap.php
r12494 r12498 91 91 92 92 if ( $this->_config->get('show_levels') != '' 93 && is_ int($this->_config->get('show_levels'))93 && is_numeric($this->_config->get('show_levels')) 94 94 ) 95 95 {
