From 14a66829e0a71fc50197f25ec09af582178738f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 9 Aug 2011 10:00:21 +0000 Subject: [PATCH] Von der Childs-Liste kann jetzt direkt zum Childelement gesprungen werden --- cms/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/admin.php b/cms/admin.php index 92a855320..57fb54d67 100644 --- a/cms/admin.php +++ b/cms/admin.php @@ -884,7 +884,7 @@ function get_content_link($key, $name) */ function print_childs() { - global $content_id, $sprache, $version; + global $content_id, $sprache, $version, $action; $content = new content(); $content->getChilds($content_id); @@ -922,7 +922,7 @@ function print_childs() echo ' down'; echo ''; echo '',$row->child_content_id,''; - echo '',$child->titel,''; + echo '',$child->titel,''; echo '