[2010-12-06 15:54:28] Rev:642 | 6 files Modified

hugo: Calednar Improvements and now Multicalendar enabled for community. Flag to save log of calendar calcs per delegation
--------------------------------------------------------------------------------
1. M /trunk/workflow/engine/methods/setup/calendarList.php
2. M /trunk/workflow/public_html/sysGeneric.php
3. M /trunk/workflow/engine/classes/model/AppDelegation.php
4. M /trunk/workflow/engine/classes/model/CalendarDefinition.php
5. M /trunk/workflow/engine/classes/class.dates.php
6. M /trunk/workflow/engine/xmlform/setup/calendarList.xml
This commit is contained in:
Erik Amaru Ortiz
2010-12-09 14:00:55 +00:00
parent 4d7bf9dd92
commit f488326d00
6 changed files with 119 additions and 99 deletions

View File

@@ -14,6 +14,7 @@ $startingTime = array_sum(explode(' ',microtime()));
define ('DEBUG_SQL_LOG', 0 );
define ('DEBUG_TIME_LOG', 0 );
define ('DEBUG_CALENDAR_LOG', 0 );
//*** process the $_POST with magic_quotes enabled
function strip_slashes(&$vVar) {