Skip to content
Snippets Groups Projects
Commit 71b9098a authored by aspangaro's avatar aspangaro
Browse files

Fix : Typo on merge

parent 3bdf8864
No related branches found
No related tags found
No related merge requests found
......@@ -194,10 +194,6 @@ function displayBox($selectedDate,$month,$year)
echo '<td width="', (int) (($i+1)*100/7) - (int) ($i*100/7), '%">', $langs->trans($day_names[($i + $startday) % 7]), '</td>', "\n";
}
?>
<<<<<<< HEAD
=======
>>>>>>> refs/remotes/origin/3.7
</tr>
<?php
//print "x ".$thedate." y"; // $thedate = first day of month
......@@ -292,5 +288,4 @@ function displayBox($selectedDate,$month,$year)
</tr>
</table>
<?php
}//end function
}//end function
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment