summaryrefslogtreecommitdiff
path: root/modules/path/path.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-28 10:47:33 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-28 10:47:33 +0000
commitbaaa21e1316354ada6d985a5b799ce17d6255590 (patch)
treedcd7d9a51ad26ff41e6633cca4b5a272ba72eab8 /modules/path/path.module
parent5c0cd3c03f956412c0b0e859d31a1ffe265ef1a1 (diff)
downloadbrdo-baaa21e1316354ada6d985a5b799ce17d6255590.tar.gz
brdo-baaa21e1316354ada6d985a5b799ce17d6255590.tar.bz2
- Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend.
Diffstat (limited to 'modules/path/path.module')
-rw-r--r--modules/path/path.module6
1 files changed, 3 insertions, 3 deletions
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);