remove deprecated method sys_see()

This commit is contained in:
2023-01-10 20:58:20 +02:00
parent 2947b59172
commit c071d2d293
6 changed files with 10 additions and 23 deletions
+1 -1
View File
@@ -183,7 +183,7 @@
$i++;
}
$atk1 = 0;
if(!isset($CRON_CORE)) {$rsys = $u->sys_see(0);}
if(!isset($CRON_CORE)) {$rsys = '';}
if($rsys != '') {
$js .= $rsys;
}