diff options
author | friendica <info@friendica.com> | 2013-08-28 20:03:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-28 20:03:01 -0700 |
commit | 03e1a0cc152ec8ea8fccefa746686d05758c7f5b (patch) | |
tree | b946505a740d18a829949a8cdf2ee3a453462df3 /include/menu.php | |
parent | 1dbfb311b711e0e345909945a9ec7ede249d798e (diff) | |
download | volse-hubzilla-03e1a0cc152ec8ea8fccefa746686d05758c7f5b.tar.gz volse-hubzilla-03e1a0cc152ec8ea8fccefa746686d05758c7f5b.tar.bz2 volse-hubzilla-03e1a0cc152ec8ea8fccefa746686d05758c7f5b.zip |
really truly bare-bones comanche
Diffstat (limited to 'include/menu.php')
-rw-r--r-- | include/menu.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/menu.php b/include/menu.php index 8d4664385..6d614055a 100644 --- a/include/menu.php +++ b/include/menu.php @@ -40,6 +40,7 @@ function menu_render($menu) { } + function menu_fetch_id($menu_id,$channel_id) { $r = q("select * from menu where menu_id = %d and menu_channel_id = %d limit 1", |