- Timestamp:
- Apr 21, 2006, 2:04:11 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/section_init.inc.php
r1131 r1229 54 54 $page['section'] = 'categories'; 55 55 56 if ( isset($_SERVER["PATH_INFO"]) )56 if ( isset($_SERVER["PATH_INFO"]) and !empty($_SERVER["PATH_INFO"]) ) 57 57 { 58 58 $rewritten = $_SERVER["PATH_INFO"]; -
trunk/tools/create_listing_file.php
r1145 r1229 166 166 $iptc['keywords'] = preg_replace('/^,+|,+$/', '', $iptc['keywords']); 167 167 } 168 168 $iptc['keywords'] = implode( 169 ',', 170 array_unique( 171 explode( 172 ',', 173 $iptc['keywords'] 174 ) 175 ) 176 ); 169 177 return $iptc; 170 178 }
Note: See TracChangeset
for help on using the changeset viewer.