Changeset 1602

Show
Ignore:
Timestamp:
04/19/08 02:43:07 (3 months ago)
Author:
Neal
Message:

Changed the text of a redirect.

Files:

Legend:

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

    r1594 r1602  
    139139        // User pressed the cancel button 
    140140        if (isset($_POST['cancel'])) 
    141                 redirect(pun_htmlencode($_POST['redirect_url']), $lang_common['Cancel']); 
     141                redirect(pun_htmlencode($_POST['redirect_url']), $lang_common['Cancel redirect']); 
    142142 
    143143        $recipient_id = intval($_GET['email']);