1
1
Fork 0

view directory cleanup

This commit is contained in:
Friendika 2010-11-15 21:02:59 -08:00
commit 8c395f96de
11 changed files with 7 additions and 73 deletions

View file

@ -113,7 +113,7 @@ function group_content(&$a) {
if(($a->argc == 2) && (intval($a->argv[1]))) {
require_once('view/acl_selectors.php');
require_once('include/acl_selectors.php');
$r = q("SELECT * FROM `group` WHERE `id` = %d AND `uid` = %d LIMIT 1",
intval($a->argv[1]),
intval(local_user())