Ignore:
Timestamp:
12/19/12 16:44:18 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Best Practice: Short Open Tag e Best Practice: Always Quote Array Keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup/system_charset.php

    r2 r7681  
    6565                                Header('Location: index.php'); 
    6666                        } 
    67                         echo '<h3>'.lang("Database successfully converted from '%1' to '%2'",$_POST[current_charset],$_POST[new_charset])."</h3>\n"; 
     67                        echo '<h3>'.lang("Database successfully converted from '%1' to '%2'",$_POST['current_charset'],$_POST['new_charset'])."</h3>\n"; 
    6868                        echo '<p>'.lang('Click <a href="index.php">here</a> to return to setup.')."</p>\n"; 
    6969                        exit; 
Note: See TracChangeset for help on using the changeset viewer.