From baaa21e1316354ada6d985a5b799ce17d6255590 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 28 Dec 2003 10:47:33 +0000 Subject: - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. --- modules/path/path.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 81f4cd5e5..29b322da1 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -190,9 +190,9 @@ function path_perm() { function path_overview() { $sql = "SELECT * FROM {url_alias}"; $header = array( - array ("data" => t("alias"), "field" => "dst", "sort" => "asc"), - array ("data" => t("normal"), "field" => "src"), - array ("data" => t("operations"), "colspan" => 2) + array("data" => t("alias"), "field" => "dst", "sort" => "asc"), + array("data" => t("normal"), "field" => "src"), + array("data" => t("operations"), "colspan" => 2) ); $sql .= tablesort_sql($header); $result = pager_query($sql, 50); -- cgit v1.2.3