Changeset 1275 for trunk/rss/constants.php
- Timestamp:
- 02/14/06 09:51:16 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/constants.php
r1181 r1275 158 158 define ('ITEM_SORT_HINT_MIXED', 0x02); 159 159 160 161 162 // Sanitizer constants 163 define ('RSS_SANITIZER_SIMPLE_SQL', 0x01); 164 define ('RSS_SANITIZER_NO_SPACES', 0x02); 165 define ('RSS_SANITIZER_NUMERIC', 0x04); 166 define ('RSS_SANITIZER_CHARACTERS',0x08); 167 160 168 // Profiling 161 169 // - The profiling information is "html commented out" at the end of every html page 162 170 //define('PROFILING', 1); 163 171 //define('PROFILING_DB', 1); 172 164 173 ?>
