DB changes for some channel flags

This commit is contained in:
redmatrix
2015-06-15 17:28:52 -07:00
parent 91d92fe6fc
commit 859a2ac8ef
19 changed files with 87 additions and 131 deletions

View File

@@ -45,7 +45,7 @@ function expire_run($argv, $argc){
foreach ($r as $rr) {
// expire the sys channel separately
if ($rr['channel_pageflags'] & PAGE_SYSTEM)
if (intval($rr['channel_system']))
continue;
// service class default (if non-zero) over-rides the site default