summaryrefslogtreecommitdiff
path: root/adodb.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2022-03-20 11:09:51 +0100
committerDamien Regad <dregad@mantisbt.org>2022-03-20 11:27:30 +0100
commit21ad50724b8bf909da0a4612e81e9589fcc26e55 (patch)
tree471da65dd50c0a5e0b7579714ae8c6837e062102 /adodb.inc.php
parent167dc949828ecbae6956d4628d9f74fa14179a62 (diff)
downloadadodb-21ad50724b8bf909da0a4612e81e9589fcc26e55.tar.gz
adodb-21ad50724b8bf909da0a4612e81e9589fcc26e55.tar.bz2
adodb-21ad50724b8bf909da0a4612e81e9589fcc26e55.zip
PHPDoc
Diffstat (limited to 'adodb.inc.php')
-rw-r--r--adodb.inc.php2
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) {