|
@@ -73,11 +73,7 @@ class UI {
|
|
|
include APP_PATH_LIB . "/tmpl/{$tmplName}.php";
|
|
|
}
|
|
|
|
|
|
- public static function hotKeyDBG($str) {
|
|
|
- if (User::hasAccess('dbg')) {
|
|
|
- echo '<span class="hidden-dbg">' . htmlspecialchars($str) . '</span>';
|
|
|
- }
|
|
|
- }
|
|
|
+ public static function hotKeyDBG($str) {}
|
|
|
|
|
|
public static function showMessagesForTable($tblName) {
|
|
|
if (empty($tblName)) return;
|