Author: danydb
Date: 2013-09-26 20:48:19 +0200 (Thu, 26 Sep 2013)
New Revision: 5425

Modified:
   phpcompta/trunk/sql/upgrade.sql
Log:
remove debug info

Modified: phpcompta/trunk/sql/upgrade.sql
===================================================================
--- phpcompta/trunk/sql/upgrade.sql     2013-09-26 18:44:12 UTC (rev 5424)
+++ phpcompta/trunk/sql/upgrade.sql     2013-09-26 18:48:19 UTC (rev 5425)
@@ -208,20 +208,13 @@
        nCount Integer;
        nDuplicate Integer;
        begin
-       raise info 'Value %',tText;
        tText := lower(trim(tav_text));
-       raise info 'Value %',tText;
        tText := replace(tText,' ','');
-       raise info 'Value %',tText;
        tText := translate(tText,E' $€µ£%.+-/\\!(){}(),;_&|"#''^<>*','');
-       raise info 'Value %',tText;
        tText := translate(tText,E'éèêëàâäïîüûùöôç','eeeeaaaiiuuuooc');
-       raise info 'Value %',tText;
        nDuplicate := 0;
-       raise info 'Value %',tText;
        tBase := tText;
        loop
-               raise info 'Value % duplicate %',tText,nDuplicate;
                -- take the next sequence
                select nextval('s_jnt_fic_att_value') into ns;
                if length (tText) = 0 or tText is null then



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to