summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path')
-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);