phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r235 - trunk/coprop/include
Date: Wed, 4 Jan 2012 16:02:19 +0100 (CET)

Author: danydb
Date: 2012-01-04 16:02:19 +0100 (Wed, 04 Jan 2012)
New Revision: 235

Modified:
   trunk/coprop/include/key.inc.php
Log:
remove date from key

Modified: trunk/coprop/include/key.inc.php
===================================================================
--- trunk/coprop/include/key.inc.php    2012-01-04 15:01:28 UTC (rev 234)
+++ trunk/coprop/include/key.inc.php    2012-01-04 15:02:19 UTC (rev 235)
@@ -60,12 +60,6 @@
                <th>
                        Note
                </th>
-               <th>
-                       Date début
-               </th>
-               <th>
-                       Date Fin
-               </th>
        </tr>
 <?
 for ($i=0;$i < count($a_key);$i++):
@@ -80,11 +74,6 @@
                        <?=$a_key[$i]['cr_note']?>
                </td>
                <td>
-                       <?=format_date($a_key[$i]['cr_start'])?>
-               </td>
-               <td>
-                       <?=format_date($a_key[$i]['cr_end'])?>
-               </td>
        </tr>
 <?
 endfor;




reply via email to

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