Changeset 1597

Show
Ignore:
Timestamp:
04/17/08 22:56:59 (3 months ago)
Author:
Neal
Message:

Replaced a hardcoded string with a reference to the language file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/extern.php

    r1580 r1597  
    281281                $result = $db->query_build($query) or error(__FILE__, __LINE__); 
    282282                if (!$db->num_rows($result)) 
    283                         exit('Bad request. The link you followed is incorrect or outdated.'); 
     283                        exit($lang_common['Bad request']); 
    284284 
    285285                $cur_topic = $db->fetch_assoc($result);