Remove log
This commit is contained in:
parent
01541e4152
commit
077fafdb7d
@ -188,7 +188,6 @@ function displayBox($selectedDate,$month,$year)
|
|||||||
<tr class="dpDayNames">
|
<tr class="dpDayNames">
|
||||||
<?php
|
<?php
|
||||||
$startday=isset($conf->global->MAIN_START_WEEK)?$conf->global->MAIN_START_WEEK:1;
|
$startday=isset($conf->global->MAIN_START_WEEK)?$conf->global->MAIN_START_WEEK:1;
|
||||||
print 'xx'.$startday;
|
|
||||||
$day_names = array('ShortSunday', 'ShortMonday', 'ShortTuesday', 'ShortWednesday', 'ShortThursday', 'ShortFriday', 'ShortSaturday');
|
$day_names = array('ShortSunday', 'ShortMonday', 'ShortTuesday', 'ShortWednesday', 'ShortThursday', 'ShortFriday', 'ShortSaturday');
|
||||||
for( $i=0; $i < 7; $i++ )
|
for( $i=0; $i < 7; $i++ )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user