nntpchan: work around php nonsense

This commit is contained in:
czaks 2016-08-19 23:15:08 +02:00
parent 0b19051891
commit a5e7b3da6f
2 changed files with 18 additions and 13 deletions

View file

@ -124,7 +124,7 @@ function post2nntp($post, $msgid) {
$query->execute() or error(db_error($query));
if ($result = $query->fetch(PDO::FETCH_ASSOC)) {
return ">>".substr($result['message_id_digest'], 0, 16);
return ">>".substr($result['message_id_digest'], 0, 18);
}
else {
return $o[0]; // Should send URL imo