@@ 33-33 (lines=1) @@ | ||
30 | ||
31 | $count = Informer::countEntries(TABLE_PAGES, true); |
|
32 | ||
33 | if (false === $count) return false; else if ($count > 0) return true; |
|
34 | ||
35 | # Process dataset |
|
36 | ||
@@ 76-76 (lines=1) @@ | ||
73 | ||
74 | $count = Informer::countEntries(TABLE_MENU, true); |
|
75 | ||
76 | if (false === $count) return false; else if ($count > 0) return true; |
|
77 | ||
78 | # Process dataset |
|
79 |