Skip to content

Commit 01d2d11

Browse files
author
pedro_morgan
committed
Minor edits and spelling
1 parent 7e5f927 commit 01d2d11

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

interface/web/admin/list/dbsync.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//* Paging Template
3737
$liste['paging_tpl'] = 'templates/paging.tpl.htm';
3838

39-
//* Script File der Liste ?
39+
//* Enable auth
4040
$liste['auth'] = 'no';
4141

4242

interface/web/admin/list/filesync.list.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//* Database table
1616
$liste['table'] = 'sys_filesync';
1717

18-
//* Primary index column
18+
//* Primary index column
1919
$liste['table_idx'] = 'id';
2020

2121
//* Search Field Prefix
@@ -36,7 +36,7 @@
3636
//* Paging Template
3737
$liste['paging_tpl'] = 'templates/paging.tpl.htm';
3838

39-
//* Script File der Liste?s
39+
//* Enable auth
4040
$liste['auth'] = 'no';
4141

4242

@@ -64,4 +64,5 @@
6464
'prefix' => '%',
6565
'suffix' => '%',
6666
'width' => '');
67+
6768
?>

interface/web/admin/list/groups.list.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//* Database table
1616
$liste['table'] = 'sys_group';
1717

18-
//* Primarty index column
18+
//* Primary index column
1919
$liste['table_idx'] = 'groupid';
2020

2121
//* Search Field Prefix
@@ -36,7 +36,7 @@
3636
//* Paging Template
3737
$liste['paging_tpl'] = 'templates/paging.tpl.htm';
3838

39-
// Script File der Liste ?
39+
//* Enable auth
4040
$liste['auth'] = 'no';
4141

4242

0 commit comments

Comments
 (0)