Revision 1296b869
Von Sven Schöling vor fast 17 Jahren hinzugefügt
bin/mozilla/admin_groups.pl | ||
---|---|---|
1 |
#===================================================================== |
|
2 |
# LX-Office ERP |
|
3 |
# Copyright (C) 2004 |
|
4 |
# Based on SQL-Ledger Version 2.1.9 |
|
5 |
# Web http://www.lx-office.org |
|
6 |
# |
|
7 |
#===================================================================== |
|
8 |
# SQL-Ledger Accounting |
|
9 |
# Copyright (c) 2002 |
|
10 |
# |
|
11 |
# Author: Moritz Bunkus |
|
12 |
# Email: mbunkus@linet-services.de |
|
13 |
# Web: www.linet-services.de |
|
14 |
# |
|
15 |
# |
|
16 |
# This program is free software; you can redistribute it and/or modify |
|
17 |
# it under the terms of the GNU General Public License as published by |
|
18 |
# the Free Software Foundation; either version 2 of the License, or |
|
19 |
# (at your option) any later version. |
|
20 |
# |
|
21 |
# This program is distributed in the hope that it will be useful, |
|
22 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
23 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
24 |
# GNU General Public License for more details. |
|
25 |
# You should have received a copy of the GNU General Public License |
|
26 |
# along with this program; if not, write to the Free Software |
|
27 |
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|
28 |
#====================================================================== |
|
29 |
# |
|
30 |
# group administration module |
|
31 |
# add/edit/delete user groups |
|
32 |
# |
|
33 |
#====================================================================== |
|
34 |
|
|
1 | 35 |
sub edit_groups { |
2 | 36 |
$lxdebug->enter_sub(); |
3 | 37 |
|
Auch abrufbar als: Unified diff
Lx-Office Header angefuegt