From 75d9a829d794c727ff526deb07ad272faac4380d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 24 Nov 2008 22:20:22 +0000 Subject: Add @todo to look at normalizing the url functions to the ones already in MY_url.php --- modules/atom/helpers/atom.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/atom/helpers/atom.php') diff --git a/modules/atom/helpers/atom.php b/modules/atom/helpers/atom.php index d4b895e5..fdc21053 100644 --- a/modules/atom/helpers/atom.php +++ b/modules/atom/helpers/atom.php @@ -35,7 +35,7 @@ class atom_Core { } /** - * + * @todo can this be normalized with the code in MY_url */ public static function get_absolute_url() { $base_url = atom::get_base_url(); @@ -44,7 +44,7 @@ class atom_Core { } /** - * + * @todo can this be normalized with the code in MY_url */ public static function get_base_url() { return sprintf("http://%s%s", $_SERVER["HTTP_HOST"], url::base(true)); -- cgit v1.2.3