mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
set default value of setDate() to null
This commit is contained in:
parent
313f518548
commit
bc0e03c6c6
|
@ -5794,7 +5794,7 @@ class SeedDMS_Core_DocumentFile { /* {{{ */
|
||||||
* to the current timestamp
|
* to the current timestamp
|
||||||
* @return boolean true on success
|
* @return boolean true on success
|
||||||
*/
|
*/
|
||||||
function setDate($date) { /* {{{ */
|
function setDate($date=null) { /* {{{ */
|
||||||
$db = $this->_document->getDMS()->getDB();
|
$db = $this->_document->getDMS()->getDB();
|
||||||
|
|
||||||
if(!$date)
|
if(!$date)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user