HOR-3620
Rename class calendar to Calendar
This commit is contained in:
@@ -74,7 +74,7 @@ class dates
|
||||
{
|
||||
//$oldDate=$this->calculateDate_noCalendar( $sInitDate, $iDuration, $sTimeUnit, $iTypeDay, $UsrUid, $ProUid, $TasUid);
|
||||
//Set Calendar when the object is instanced in this order/priority (Task, User, Process, Default)
|
||||
$calendarObj = new calendar($UsrUid, $ProUid, $TasUid);
|
||||
$calendarObj = new Calendar($UsrUid, $ProUid, $TasUid);
|
||||
//Get next Business Hours/Range based on :
|
||||
switch (strtoupper($sTimeUnit)) {
|
||||
case 'DAYS':
|
||||
|
||||
Reference in New Issue
Block a user