Changeset 1597
- Timestamp:
- 04/17/08 22:56:59 (3 months ago)
- Files:
-
- branches/punbb-1.3-dev/upload/extern.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/punbb-1.3-dev/upload/extern.php
r1580 r1597 281 281 $result = $db->query_build($query) or error(__FILE__, __LINE__); 282 282 if (!$db->num_rows($result)) 283 exit( 'Bad request. The link you followed is incorrect or outdated.');283 exit($lang_common['Bad request']); 284 284 285 285 $cur_topic = $db->fetch_assoc($result);
