phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5570 - phpcompta/tags/rel670/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5570 - phpcompta/tags/rel670/include
Date: Fri, 6 Dec 2013 12:07:37 +0100 (CET)

Author: danydb
Date: 2013-12-06 12:07:37 +0100 (Fri, 06 Dec 2013)
New Revision: 5570

Modified:
   phpcompta/tags/rel670/include/ac_common.php
Log:
ajout d'un 3i?\195?\168me param?\195?\168tre pour TH : raw

Modified: phpcompta/tags/rel670/include/ac_common.php
===================================================================
--- phpcompta/tags/rel670/include/ac_common.php 2013-12-06 11:07:16 UTC (rev 
5569)
+++ phpcompta/tags/rel670/include/ac_common.php 2013-12-06 11:07:37 UTC (rev 
5570)
@@ -53,9 +53,9 @@
     return '<b>' . htmlspecialchars($p_string) . '</b>';
 }
 
-function th($p_string, $p_extra='')
+function th($p_string, $p_extra='',$raw='')
 {
-    return '<th  ' . $p_extra . '>' . htmlspecialchars($p_string) . '</th>';
+    return '<th  ' . $p_extra . '>' . htmlspecialchars($p_string).$raw . 
'</th>';
 }
 
 function h2info($p_string)



---
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]