mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add missing parenthesis in version file (Bug #100)
This commit is contained in:
parent
3d1bb14c29
commit
d21a0384fa
|
@ -142,7 +142,7 @@ function createVersionigFile($document) { /* {{{ */
|
|||
|
||||
if (is_bool($handle)&&!$handle) return false;
|
||||
|
||||
$tmp = $document->getName()." (ID ".$document->getID()."\n\n";
|
||||
$tmp = $document->getName()." (ID ".$document->getID().")\n\n";
|
||||
fwrite($handle, $tmp);
|
||||
|
||||
$owner = $document->getOwner();
|
||||
|
|
Loading…
Reference in New Issue
Block a user