mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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
|
||||
* @return boolean true on success
|
||||
*/
|
||||
function setDate($date) { /* {{{ */
|
||||
function setDate($date=null) { /* {{{ */
|
||||
$db = $this->_document->getDMS()->getDB();
|
||||
|
||||
if(!$date)
|
||||
|
|
Loading…
Reference in New Issue
Block a user