[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1785-g864bf00

The branch, master has been updated via 864bf00d97d70001d6446ed87389a8b3942360d7 (commit) from 6c85df23d4c0eb5db33b2ae366fd539d3df32793 (commit) - Log ----------------------------------------------------------------- commit 864bf00d97d70001d6446ed87389a8b3942360d7 Author: Michal Čihař <mcihar@novell.com> Date: Wed Apr 6 15:13:29 2011 +0200 Fix typo ----------------------------------------------------------------------- Summary of changes: scripts/remove-incomplete-mo | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/remove-incomplete-mo b/scripts/remove-incomplete-mo index a9ff4eb..b59d6e7 100755 --- a/scripts/remove-incomplete-mo +++ b/scripts/remove-incomplete-mo @@ -16,7 +16,7 @@ fi echo '<?php' > libraries/language_stats.inc.php echo '/* Automatically generated file, do not edit! */' >> libraries/language_stats.inc.php -echo '/* Generated bt scripts/remove-incomplete-mo */' >> libraries/language_stats.inc.php +echo '/* Generated by scripts/remove-incomplete-mo */' >> libraries/language_stats.inc.php echo '' >> libraries/language_stats.inc.php echo '$GLOBALS["language_stats"] = array (' >> libraries/language_stats.inc.php hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař