forked from leftypol/leftypol
nntpchan: work around php nonsense
This commit is contained in:
parent
0b19051891
commit
a5e7b3da6f
2 changed files with 18 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue