Home » Authentication » LiveUser » Bug #383
missing space for where clause on line 261 in /Admin/Perm/Container/DB_Complex
Details
| Submitted | 2003-12-08 21:59 UTC |
|---|---|
| From | alex at burgiss dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | 4.3.4 |
| OS | redhat 9 |
| Roadmaps | (Not assigned) |
Comments
[2003-12-08 21:59 UTC] alex at burgiss dot com
Description:
------------
missing space for where clause on line 261 in /Admin/Perm/Container/DB_Complex.php
within updateGroup() function..
Reproduce code:
---------------
any updateGroup() call
Expected result:
----------------
expect no error message
Actual result:
--------------
/www/lib/php/LiveUser/Admin/Perm/Container/DB_Complex.php:263 query('UPDATE
liveuser_groups
SET
owner_perm_user_id = null,
owner_group_id = nullWHERE
group_id = 6')