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:
authorDieter Adriaenssens <ruleant@users.sourceforge.net>2012-04-29 03:04:25 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2012-04-29 03:09:09 +0400
commit68fe78a42a10f7046e8e1ad842f60078f617806d (patch)
tree0f24fb86977607bd128ee40f3d57ddab2d9ffecc /scripts
parent16bcdb108f1b59d84c6abbb1e4725498a6f1f3a7 (diff)
fix function definition
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-sprites3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/generate-sprites b/scripts/generate-sprites
index 604ffb231e..1a011e09f3 100755
--- a/scripts/generate-sprites
+++ b/scripts/generate-sprites
@@ -96,7 +96,8 @@ if [ -d $1/themes ]; then
echo "/* AUTOGENERATED CONTENT - DO NOT EDIT */" >> $LIBRARY
echo "/* ALL CHANGES WILL BE UNDONE */" >> $LIBRARY
echo "/* RUN './scripts/generate-sprites' TO UPDATE THIS FILE */" >> $LIBRARY
- echo "function PMA_sprites() {" >> $LIBRARY
+ echo "function PMA_sprites()" >> $LIBRARY
+ echo "{" >> $LIBRARY
echo " return array(" >> $LIBRARY
CURRENT=1
for f in $FILES; do