Changeset 9969 for trunk/modules/boonex/blogs/classes/BxBlogsDb.php
- Timestamp:
- 04/06/09 03:52:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/boonex/blogs/classes/BxBlogsDb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/blogs/classes/BxBlogsDb.php
r9933 r9969 36 36 37 37 function getMembershipActions() { 38 $sSql = "SELECT `ID` AS `id`, `Name` AS `name` FROM ` MemActions` WHERE `Name`='use blog' OR `Name`='view blog'";38 $sSql = "SELECT `ID` AS `id`, `Name` AS `name` FROM `sys_acl_actions` WHERE `Name`='use blog' OR `Name`='view blog'"; 39 39 return $this->getAll($sSql); 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.