create rooms possible with working add-button

This commit is contained in:
Philip Häusler 2012-04-26 22:27:40 +02:00
parent 34582524ba
commit b6ff5cf834
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ function admin_rooms() {
return page(array ( return page(array (
buttons(array ( buttons(array (
button(page_link_to('admin_rooms'), "Add", 'add') button(page_link_to('admin_rooms') . '&show=edit', "Add", 'add')
)), )),
msg(), msg(),
table(array ( table(array (