Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-11-12 17:15:45 +0400
committerMichal Čihař <mcihar@suse.cz>2012-11-12 17:15:45 +0400
commita6e5286467d609713aeef086cea9f6d358973ce7 (patch)
tree31535069b3a0d24a2714921c6ffae7dcb9637ed3 /import.php
parentcc0f06d29f326d45585c346eae68b21690e59f5d (diff)
Fix links to FAQ
Diffstat (limited to 'import.php')
-rw-r--r--import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/import.php b/import.php
index 5657c72a92..75b4f36f40 100644
--- a/import.php
+++ b/import.php
@@ -406,7 +406,7 @@ if ($import_file != 'none' && ! $error) {
} elseif (! $error) {
if (! isset($import_text) || empty($import_text)) {
$message = PMA_Message::error(
- __('No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [doc@faq1_16]FAQ 1.16[/doc].')
+ __('No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [doc@faq1-16]FAQ 1.16[/doc].')
);
$error = true;
}