phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5425 - phpcompta/trunk/sql


From: phpcompta-dev
Subject: [Phpcompta-dev] r5425 - phpcompta/trunk/sql
Date: Thu, 26 Sep 2013 20:48:20 +0200 (CEST)

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



reply via email to

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