Changeset 12497
- Timestamp:
- 09/26/07 15:29:52 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/de.linkm.sitemap/handler/sitemap.php
r12495 r12497 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 {
