Changeset 176 for tags/5.0.4
- Timestamp:
- 2008-12-19 11:30:55 (3 years ago)
- Files:
-
- tags/5.0.4/includes/input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/5.0.4/includes/input.php
r173 r176 309 309 } 310 310 $title = $_POST['title']; 311 if (check_legal($title ]) === FALSE) {311 if (check_legal($title) === FALSE) { 312 312 die($LANG['error_input']); 313 313 }
