diff options
| author | Damien Regad <dregad@mantisbt.org> | 2022-03-20 11:09:51 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-03-20 11:27:30 +0100 |
| commit | 21ad50724b8bf909da0a4612e81e9589fcc26e55 (patch) | |
| tree | 471da65dd50c0a5e0b7579714ae8c6837e062102 /adodb.inc.php | |
| parent | 167dc949828ecbae6956d4628d9f74fa14179a62 (diff) | |
| download | adodb-21ad50724b8bf909da0a4612e81e9589fcc26e55.tar.gz adodb-21ad50724b8bf909da0a4612e81e9589fcc26e55.tar.bz2 adodb-21ad50724b8bf909da0a4612e81e9589fcc26e55.zip | |
PHPDoc
Diffstat (limited to 'adodb.inc.php')
| -rw-r--r-- | adodb.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adodb.inc.php b/adodb.inc.php index 1e83a8ec..d8276ec0 100644 --- a/adodb.inc.php +++ b/adodb.inc.php @@ -1022,6 +1022,8 @@ if (!defined('_ADODB_LAYER')) { * * @param string $fmt Format string * @param string $col Date column; use system date if not specified. + * + * @return string */ function SQLDate($fmt, $col = '') { if (!$col) { |
