From 08e7c8b3a708685ca9c5a9d780408a87c0ff9444 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 10 Feb 2005 19:30:08 +0000 Subject: - Patch #16246 by Moshe: "Here is a patch for node.module since thta hunk failed last time. Note that I've removed the 'delete' link since it doesn't work and is mostly obsolete with the 'mass delete' feature. I've also added smart destination andling to the 'url alias delete' feature." --- modules/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 86a9bea07..e48589c05 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -266,7 +266,7 @@ function path_overview() { $destination = drupal_get_destination(); while ($data = db_fetch_object($result)) { - $rows[] = array($data->dst, $data->src, l(t('edit'), "admin/path/edit/$data->pid", array(), $destination), l(t('delete'), "admin/path/delete/$data->pid")); + $rows[] = array($data->dst, $data->src, l(t('edit'), "admin/path/edit/$data->pid", array(), $destination), l(t('delete'), "admin/path/delete/$data->pid", array(), $destination)); } if ($pager = theme('pager', NULL, 50, 0, tablesort_pager())) { -- cgit v1.2.3