diff options
Diffstat (limited to 'frontends/php/sysmaps.php')
| -rw-r--r-- | frontends/php/sysmaps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php index 5c43ea3a..6fc94385 100644 --- a/frontends/php/sysmaps.php +++ b/frontends/php/sysmaps.php @@ -66,7 +66,7 @@ <?php if(!isset($_REQUEST["form"])) { - $table = new Ctable(S_NO_MAPS_DEFINED); + $table = new CTableInfo(S_NO_MAPS_DEFINED); $table->setHeader(array(S_ID,S_NAME,S_WIDTH,S_HEIGHT,S_ACTIONS)); $result=DBselect("select s.sysmapid,s.name,s.width,s.height from sysmaps s order by s.name"); |
