Fix wrong conversion to inline gettext.
This commit is contained in:
@@ -111,7 +111,7 @@ if (isset($_REQUEST['report_export'])) {
|
||||
if (isset($_REQUEST['report_export']) && $_REQUEST['export_type'] == 'sqldumpfile') {
|
||||
@ini_set('url_rewriter.tags','');
|
||||
|
||||
$dump = "# " . sprintf(__('Tracking report')ForTable, htmlspecialchars($_REQUEST['table'])) . "\n" .
|
||||
$dump = "# " . sprintf(__('Tracking report for table `%s`'), htmlspecialchars($_REQUEST['table'])) . "\n" .
|
||||
"# " . date('Y-m-d H:i:s') . "\n";
|
||||
foreach($entries as $entry) {
|
||||
$dump .= $entry['statement'];
|
||||
|
Reference in New Issue
Block a user