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ř <michal@cihar.com>2005-09-26 23:03:11 +0400
committerMichal Čihař <michal@cihar.com>2005-09-26 23:03:11 +0400
commit64bd56dfba419951886c092c6d0ba6948d05ce95 (patch)
tree3de25bb883b290a29f2d3ecda066c99ce9558beb /scripts
parent176c60cfe3a76e13ade9d10bf05a8747e87a7055 (diff)
Support for browsing selected columns (RFE #1275909).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 355011d1db..ffecbb6644 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -2,6 +2,9 @@
#
# $Id$
#
+# 2005-09-13, lem9@users.sourceforge.net
+# - no longer create a config.default.php from config.inc.php
+#
# 2005-06-12, lem9@users.sourceforge.net
# - cvs server name changed to cvs, because cvs1 no longer works from
# shell.sourceforge.net
@@ -184,9 +187,6 @@ find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755
# Building Documentation.txt
lynx --dont_wrap_pre --nolist --dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt
-# Creating a backup config.inc.php
-cp phpMyAdmin/config.inc.php phpMyAdmin/config.default.php
-
# Renaming directory
mv phpMyAdmin phpMyAdmin-$target