summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenconf.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/screenconf.php')
-rw-r--r--frontends/php/screenconf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/screenconf.php b/frontends/php/screenconf.php
index e5abfadd..0a66d944 100644
--- a/frontends/php/screenconf.php
+++ b/frontends/php/screenconf.php
@@ -69,7 +69,7 @@
show_header2($h1, $h2, "<form name=\"selection\" method=\"get\" action=\"screenconf.php\">", "</form>");
- $table = new Ctable(S_NO_SCREENS_DEFINED);
+ $table = new CTableInfo(S_NO_SCREENS_DEFINED);
$table->setHeader(array(S_ID,S_NAME,S_COLUMNS,S_ROWS,S_ACTIONS));
$result=DBselect("select screenid,name,cols,rows from screens order by name");