phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r282 - trunk/coprop/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r282 - trunk/coprop/include
Date: Thu, 12 Jan 2012 13:11:23 +0100 (CET)

Author: danydb
Date: 2012-01-12 13:11:23 +0100 (Thu, 12 Jan 2012)
New Revision: 282

Modified:
   trunk/coprop/include/appel_fond.inc.php
Log:
typo

Modified: trunk/coprop/include/appel_fond.inc.php
===================================================================
--- trunk/coprop/include/appel_fond.inc.php     2012-01-12 10:56:54 UTC (rev 
281)
+++ trunk/coprop/include/appel_fond.inc.php     2012-01-12 12:11:23 UTC (rev 
282)
@@ -86,7 +86,7 @@
     
  // Budget
     $budget_sel=new ISelect("b_id");
-    $budget_sel->value=$cn->make_arrak("select b_id,b_name from coprop.budget 
order by b_name");
+    $budget_sel->value=$cn->make_array("select b_id,b_name from coprop.budget 
order by b_name");
     
     // pourcentage
     $budget_pct=new INum("bud_pct",0);




reply via email to

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