Update date.lib.php
This commit is contained in:
parent
19e4698488
commit
f94f7e15ca
@ -286,7 +286,7 @@ function convertSecondToTime($iSecond, $format='all', $lengthOfDay=86400, $lengt
|
|||||||
* @return string $sqldate sql part of date
|
* @return string $sqldate sql part of date
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function dol_sql_datefilter($datefield, $day_date, $month_date, $year_date) {
|
function dolSqlDatefilter($datefield, $day_date, $month_date, $year_date) {
|
||||||
global $db;
|
global $db;
|
||||||
$sqldate="";
|
$sqldate="";
|
||||||
if ($month_date > 0) {
|
if ($month_date > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user