phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4167 - phpcompta/branches/rel560/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4167 - phpcompta/branches/rel560/include
Date: Fri, 17 Jun 2011 22:49:54 +0200 (CEST)

Author: danydb
Date: 2011-06-17 22:49:53 +0200 (Fri, 17 Jun 2011)
New Revision: 4167

Modified:
   phpcompta/branches/rel560/include/class_anc_operation.php
Log:
fix bug if not plan proposed


Modified: phpcompta/branches/rel560/include/class_anc_operation.php
===================================================================
--- phpcompta/branches/rel560/include/class_anc_operation.php   2011-06-17 
20:26:23 UTC (rev 4166)
+++ phpcompta/branches/rel560/include/class_anc_operation.php   2011-06-17 
20:49:53 UTC (rev 4167)
@@ -536,6 +536,7 @@
     function save_form_plan($p_array,$p_item,$j_id)
     {
         extract($p_array);
+       if (! isset ($hplan) ) return;
         /* variable for in array
            pa_id array of existing pa_id
            hplan double array with the pa_id (column)




reply via email to

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