noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/03: Add the extended description of menu


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/03: Add the extended description of menu
Date: Fri, 09 Oct 2015 10:18:26 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 534b14332defff4a80083d3de1ad7a3a2bb0ae1d
Author: Dany De Bontridder <address@hidden>
Date:   Thu Oct 8 13:59:21 2015 +0200

    Add the extended description of menu
---
 dev/get_database_item.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dev/get_database_item.sh b/dev/get_database_item.sh
index 618082f..9f0c3a4 100755
--- a/dev/get_database_item.sh
+++ b/dev/get_database_item.sh
@@ -7,7 +7,10 @@ export PGDATABASE=rel671mod1
 export PGPORT=5432
 (
 echo "<?php "
-psql -A -F"  " -t -c "select 
'\$menu[]=_('''||replace(me_menu,'''',E'\\\\''')||''');' , 
'\$desc[]=_('''||replace(me_description,'''',E'\\\\''')||''');' from menu_ref ;"
+psql -A -F"  " -t -c "select 
'\$menu[]=_('''||replace(me_menu,'''',E'\\\\''')||''');' ,
+ '\$desc[]=_('''||replace(me_description,'''',E'\\\\''')||''');'
+ '\$desc_long[]=_('''||replace(me_description_etendue,'''',E'\\\\''')||''');'
+ from menu_ref ;"
 echo "?>"  ) > ../include/database.item.php
 (
 echo "<?php "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]