phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4617 - in phpcompta/tags: . rel560_syndic/html rel560_s


From: phpcompta-dev
Subject: [Phpcompta-dev] r4617 - in phpcompta/tags: . rel560_syndic/html rel560_syndic/html/admin/sql/patch rel560_syndic/include
Date: Sun, 18 Dec 2011 00:59:35 +0100 (CET)

Author: danydb
Date: 2011-12-18 00:59:32 +0100 (Sun, 18 Dec 2011)
New Revision: 4617

Added:
   phpcompta/tags/rel560_syndic/
Modified:
   phpcompta/tags/rel560_syndic/html/admin/sql/patch/upgrade89.sql
   phpcompta/tags/rel560_syndic/html/ajax_card.php
   phpcompta/tags/rel560_syndic/html/index.php
   phpcompta/tags/rel560_syndic/include/class_html_input.php
   phpcompta/tags/rel560_syndic/include/constant.php
Log:
Syndicat 


Copied: phpcompta/tags/rel560_syndic (from rev 4203, phpcompta/branches/rel560)

Modified: phpcompta/tags/rel560_syndic/html/admin/sql/patch/upgrade89.sql
===================================================================
--- phpcompta/branches/rel560/html/admin/sql/patch/upgrade89.sql        
2011-09-16 22:01:19 UTC (rev 4203)
+++ phpcompta/tags/rel560_syndic/html/admin/sql/patch/upgrade89.sql     
2011-12-17 23:59:32 UTC (rev 4617)
@@ -28,7 +28,6 @@
 $BODY$
 LANGUAGE plpgsql;
 
-insert into attr_Def values (32,'Prénom','text',22);
 update attr_def set ad_text='Dépense  charge du grant (partie privé) ' where 
ad_id=31;
 
 

Modified: phpcompta/tags/rel560_syndic/html/ajax_card.php
===================================================================
--- phpcompta/branches/rel560/html/ajax_card.php        2011-09-16 22:01:19 UTC 
(rev 4203)
+++ phpcompta/tags/rel560_syndic/html/ajax_card.php     2011-12-17 23:59:32 UTC 
(rev 4617)
@@ -336,8 +336,8 @@
     /* Build the SQL and show result */
     $sql=$fiche->build_sql($sql_array);
 
-    /* We limit the search to 20 records */
-    $sql=$sql.' order by vw_name limit 20';
+    /* We limit the search to 50 records */
+    $sql=$sql.' order by vw_name limit 50';
     $a=$cn->get_array($sql);
 
     for($i=0;$i<count($a);$i++)

Modified: phpcompta/tags/rel560_syndic/html/index.php
===================================================================
--- phpcompta/branches/rel560/html/index.php    2011-09-16 22:01:19 UTC (rev 
4203)
+++ phpcompta/tags/rel560_syndic/html/index.php 2011-12-17 23:59:32 UTC (rev 
4617)
@@ -186,7 +186,7 @@
 
 echo '
 <span 
style="background-color:#879ed4;color:white;padding-left:4px;padding-right:4px;">
-version  5.6.SVNINFO - '.$my_domain.'
+version  5.6.4201 - '.$my_domain.'
 </span>
 <BR>
 <BR>

Modified: phpcompta/tags/rel560_syndic/include/class_html_input.php
===================================================================
--- phpcompta/branches/rel560/include/class_html_input.php      2011-09-16 
22:01:19 UTC (rev 4203)
+++ phpcompta/tags/rel560_syndic/include/class_html_input.php   2011-12-17 
23:59:32 UTC (rev 4617)
@@ -521,11 +521,12 @@
       $and=""; 
       foreach ($array  as $a)
        {
-         if (isset($global_array [$a]))
-            $r.=$and."&$a=".$global_array [$a];
-         $and="";
+         if (isset($global_array [$a])){
+            $r.=$and."$a=".$global_array [$a];
+         }
+         $and="&amp;";
        }
-      
+
       return $r;
     }
     /**

Modified: phpcompta/tags/rel560_syndic/include/constant.php
===================================================================
--- phpcompta/branches/rel560/include/constant.php      2011-09-16 22:01:19 UTC 
(rev 4203)
+++ phpcompta/tags/rel560_syndic/include/constant.php   2011-12-17 23:59:32 UTC 
(rev 4617)
@@ -35,7 +35,7 @@
 /*set to none for production */
 /* uncomment for production */
 
-$version_phpcompta=SVNINFO; 
+$version_phpcompta=4201;
 define ("DEBUG",false);
 
 define ("DBVERSION",97);




reply via email to

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