| @@ 106-106 (lines=1) @@ | ||
| 103 | ||
| 104 | # Process insertion |
|
| 105 | ||
| 106 | if (!(DB::insert(TABLE_PAGES, $pages, true) && DB::getLast()->status)) return false; |
|
| 107 | ||
| 108 | self::fillRelationsTable(TABLE_PAGES_RELATIONS, count($pages)); |
|
| 109 | ||
| @@ 141-141 (lines=1) @@ | ||
| 138 | ||
| 139 | # Process insertion |
|
| 140 | ||
| 141 | if (!(DB::insert(TABLE_MENU, $menu, true) && DB::getLast()->status)) return false; |
|
| 142 | ||
| 143 | self::fillRelationsTable(TABLE_MENU_RELATIONS, count($menu)); |
|
| 144 | ||