mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Finalizing schema, thread viewing pagination working, other work.
This commit is contained in:
@@ -29,7 +29,7 @@ SC_END
|
||||
|
||||
SC_BEGIN POSTDELETED
|
||||
global $postInfo;
|
||||
if($postInfo['post_s'])
|
||||
if($postInfo['post_status'])
|
||||
{
|
||||
$info = unserialize($postInfo['post_options']);
|
||||
return "
|
||||
|
Reference in New Issue
Block a user