ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
interface/web/admin/list/groups.list.php
@@ -15,14 +15,14 @@
//* Database table
$liste['table']          = 'sys_group';
//* Primarty index column
//* Primary index column
$liste['table_idx']         = 'groupid';
//* Search Field Prefix
$liste['search_prefix']    = 'search_';
//* Records per page
$liste['records_per_page']    = 15;
$liste['records_per_page']    = "15";
//* Script file for listing
$liste['file']            = 'groups_list.php';
@@ -36,7 +36,7 @@
//* Paging Template
$liste['paging_tpl']      = 'templates/paging.tpl.htm';
// Script File der Liste ?
//* Enable auth
$liste['auth']            = 'no';