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

_______________________________________________
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