mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Remove log
This commit is contained in:
parent
01541e4152
commit
077fafdb7d
|
|
@ -188,7 +188,6 @@ function displayBox($selectedDate,$month,$year)
|
|||
<tr class="dpDayNames">
|
||||
<?php
|
||||
$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');
|
||||
for( $i=0; $i < 7; $i++ )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user