From 7a33d9f6fdca098b75acb8576147474cff5dd2a8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 31 May 2004 19:14:43 +0000 Subject: - Patch #7350 by Mathias: return part a taxonomy tree to a user-defined depth/level. - Updated CHANGELOG.txt. --- modules/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path') diff --git a/modules/path/path.module b/modules/path/path.module index a33c524e9..5ac3cc982 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -303,7 +303,7 @@ function path_save($edit) { } drupal_set_message(t('the alias has been saved.')); - + return path_overview(); } } -- cgit v1.2.3