Changeset 392
- Timestamp:
- 2010-01-21 08:36:22 (8 months ago)
- Files:
-
- branches/5.2/classes/misc/Post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/5.2/classes/misc/Post.php
r321 r392 420 420 } 421 421 // trim unnecessary whitespace from post 422 $INPUT['post'] = trim($INPUT['post']);422 $INPUT['post'] = rtrim($INPUT['post']); 423 423 // poll stuff 424 424 $pollid = 0;
