MantisBT: master 32559580
| Author | Committer | Branch | Timestamp | Parent |
|---|---|---|---|---|
| dregad | dregad | master | 2012-05-24 05:21 | master 30e3d692 |
| Affected Issues | 0014288: Manage User not reachable due to error in PostgreSQL | |||
| Changeset | Fix PostgreSQL errors with boolean fields PostgreSQL triggers an error when comparing a boolean field with an This could prevent for example manage_user_page.php from loading. To fix the problem, db_prepare_bool() has been modified to return 'true' The where clause condition in manage_user_page.php has been modified to Following code cleanup was also performed:
Fixes 0014288 |
|||
| mod - api/soap/mc_api.php | Diff File | |||
| mod - core/database_api.php | Diff File | |||
| mod - core/filter_api.php | Diff File | |||
| mod - manage_user_page.php | Diff File | |||