a bit more work on menus

This commit is contained in:
friendica
2013-08-13 01:24:02 -07:00
parent 04f8de184e
commit 55cb322489
4 changed files with 43 additions and 1 deletions

View File

@@ -80,6 +80,14 @@ function menu_create($arr) {
}
function menu_list($channel_id) {
$r = q("select * from menu where menu_channel_id = %d order by menu_name",
intval($channel_id)
);
return $r;
}
function menu_edit($arr) {