You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Update.php
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,46 @@ public static function getSettings()
445
445
return$settings;
446
446
}
447
447
448
+
publicstaticfunctiongetViews()
449
+
{
450
+
$views_all = database()->fetchArray('SELECT zv.`name`, zv.`id_module`, zv.`query`, zm.`name` as module_name FROM `zz_views` zv LEFT JOIN `zz_modules` zm ON zv.`id_module` = zm.`id`');
0 commit comments