Fix code comment

This commit is contained in:
Laurent Destailleur 2018-01-14 01:40:12 +01:00
parent 7a087327e1
commit debc758134
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ abstract class DoliDB implements Database
* Function to use to build INSERT, UPDATE or WHERE predica
*
* @param int $param Date TMS to convert
* @return string Date in a string YYYYMMDDHHMMSS
* @return string Date in a string YYYY-MM-DD HH:MM:SS
*/
function idate($param)
{

View File

@ -563,7 +563,7 @@ class DoliDBMssql extends DoliDB
* Function to use to build INSERT, UPDATE or WHERE predica
*
* @param string $param Date TMS to convert
* @return string Date in a string YYYYMMDDHHMMSS
* @return string Date in a string YYYY-MM-DD HH:MM:SS
*/
function idate($param)
{

View File

@ -658,7 +658,7 @@ class DoliDBPgsql extends DoliDB
* Function to use to build INSERT, UPDATE or WHERE predica
*
* @param string $param Date TMS to convert
* @return string Date in a string YYYYMMDDHHMMSS
* @return string Date in a string YYYY-MM-DD HH:MM:SS
*/
function idate($param)
{