Fixed a missing variable in $phpgw_flags

This commit is contained in:
jengo 2000-08-24 19:20:35 +00:00
parent 3ccd788493
commit 1403701421

View File

@ -5,6 +5,7 @@
Same for the user directory.
- Added error checking for creating/editing an account with no permissions.
- Fixed a db->unlock() issue in editaccount.php
- Fixed a few $phpgw_flags out of place.
[08212000] - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them
properly