[Alba-desarrollo] SVN Alba r4449 - prosistem/alba/trunk/alba/apps/principal/lib/helper

commits en pressenter.com.ar commits en pressenter.com.ar
Lun Mar 12 14:01:36 CET 2007


Author: josx
Date: 2007-03-12 10:01:35 -0300 (Mon, 12 Mar 2007)
New Revision: 4449

Modified:
   prosistem/alba/trunk/alba/apps/principal/lib/helper/CalendarWeekHelper.php
Log:
Arregle un problema de sintaxis en calendarweek

Modified: prosistem/alba/trunk/alba/apps/principal/lib/helper/CalendarWeekHelper.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/lib/helper/CalendarWeekHelper.php	2007-03-10 21:22:39 UTC (rev 4448)
+++ prosistem/alba/trunk/alba/apps/principal/lib/helper/CalendarWeekHelper.php	2007-03-12 13:01:35 UTC (rev 4449)
@@ -151,7 +151,7 @@
     $color = ($j%2==0)?"#F0F0E2":"#FFFFF9";
  ?>
   <tr> 
-    <td align="right" width="<?=$tableCellWidth?>" height="<?=$tableCellHeight?>" class="weekCalendarHours" ><?php =$aHours[$j]?>&nbsp;</td>
+    <td align="right" width="<?=$tableCellWidth?>" height="<?=$tableCellHeight?>" class="weekCalendarHours" ><?php echo $aHours[$j]?>&nbsp;</td>
     <?php for($i=0; $i < count($aDay);$i++) { ?>
     <td id="relativePos" class="weekCalendarContent"></td>
     <?php } ?>




Más información sobre la lista de distribución Alba-desarrollo