diff options
-rw-r--r-- | cgi/manage.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cgi/manage.py b/cgi/manage.py index 667e4f5..71ed647 100644 --- a/cgi/manage.py +++ b/cgi/manage.py @@ -477,7 +477,6 @@ def manage(self, path_split): tym = parent_time else: tym = post["timestamp"] - message += "IP: "+post['ip'] post['timestamp_formatted'] += ' ID:' + iphash(inet_ntoa(long(post['ip'])), post, tym, board["useid"], False, '', False, False, (board["countrycode"] in ['1', '2'])) # insert new post and get its new ID |