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 12:48:05 +0400
committerMichal Čihař <mcihar@suse.cz>2012-11-12 12:48:05 +0400
commit61a601fc735c0596aefb1544f1f3a704a19c61d5 (patch)
treed9957ce249aaf285d606609e5f8d779e99d09f6d /import.php
parentb07a6c4ee2e3d622d77fd0faf82d75bbe9e05a38 (diff)
Implement linking to new documentation
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 f84268b68c..5657c72a92 100644
--- a/import.php
+++ b/import.php
@@ -92,7 +92,7 @@ if ($_POST == array() && $_GET == array()) {
$message = PMA_Message::error(
__('You probably tried to upload a file that is too large. Please refer to %sdocumentation%s for a workaround for this limit.')
);
- $message->addParam('[doc@faq1_16]');
+ $message->addParam('[doc@faq1-16]');
$message->addParam('[/doc]');
// so we can obtain the message