Author | Message |
Antony | |
![]() |
Hi ppl, we continue work under Seditio improvement, and glad introduce you beta 175 Major improvements:
More info at release page: Seditio 175 Welcome to mother Russia: Putin, medvedi, matrioshka, balalayka, okhuenno! This post was edited by Amro (22-12-14 20:20 GMT, 2708 days ago) |
Kaan | |
![]() |
what is? page.inc and page.print.inc if ($n!='modup' && $n!='moddown' && $n!='delete') { $pag['page_count']++; $sql = sed_sql_query("UPDATE $db_pages SET page_count='".$pag['page_count']."' WHERE page_id='".$pag['page_id']."'"); }
|
Amro | |
![]() |
Apparently this still remained with 161 version from Olivier. Correctly should be so must: if(!$usr['isadmin'] || $cfg['disablehitstats']) { $pag['page_count']++; $sql = sed_sql_query("UPDATE $db_pages SET page_count='".$pag['page_count']."' WHERE page_id='".$pag['page_id']."'"); } Forever unshaven, red-eyed, detached from reality, with his cockroaches in my head. And let it always will be! This post was edited by Amro (16-11-14 16:46 GMT, 2744 days ago) |