mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +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;
|
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);
|
fwrite($handle, $tmp);
|
||||||
|
|
||||||
$owner = $document->getOwner();
|
$owner = $document->getOwner();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user