| @@ 58-58 (lines=1) @@ | ||
| 55 | ||
| 56 | $count = Informer::countEntries(TABLE_PAGES, true); |
|
| 57 | ||
| 58 | if (false === $count) return false; else if ($count > 0) return true; |
|
| 59 | ||
| 60 | # Process dataset |
|
| 61 | ||
| @@ 101-101 (lines=1) @@ | ||
| 98 | ||
| 99 | $count = Informer::countEntries(TABLE_MENU, true); |
|
| 100 | ||
| 101 | if (false === $count) return false; else if ($count > 0) return true; |
|
| 102 | ||
| 103 | # Process dataset |
|
| 104 | ||