Changeset 511
- Timestamp:
- 07/31/09 14:59:24 (3 years ago)
- Location:
- enpraxis.educommons/trunk
- Files:
-
- 3 modified
-
enpraxis/educommons/upgrades/v3_1_1_to_3_2_1.py (modified) (1 diff)
-
enpraxis/__init__.py (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.educommons/trunk/enpraxis/educommons/upgrades/v3_1_1_to_3_2_1.py
r505 r511 47 47 update = 0 48 48 for role in roles: 49 if role == 'Administrator' 49 if role == 'Administrator': 50 50 roles[index] == 'Manager' 51 51 update = 1 -
enpraxis.educommons/trunk/enpraxis/__init__.py
r389 r511 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.educommons/trunk/setup.py
r402 r511 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful,
