1
0
This commit is contained in:
Garvin Hicking
2009-04-16 16:47:51 +00:00
parent 1318c6be6d
commit e8eea2ca5d
4 changed files with 52 additions and 1 deletions

View File

@ -893,6 +893,8 @@ function serendipity_insertComment($id, $commentInfo, $type = 'NORMAL', $source
if ($GLOBALS['tb_logging']) {
fclose($fp);
}
return $cid;
}
/**