From eff762cd6fee1740d8687227c9b4e85350f80083 Mon Sep 17 00:00:00 2001 From: e107steved Date: Thu, 31 May 2007 21:02:53 +0000 Subject: [PATCH] Bugtracker #3919 - set absolute path for icon --- e107_plugins/list_new/list_class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_plugins/list_new/list_class.php b/e107_plugins/list_new/list_class.php index b26096faf..17bff3de4 100644 --- a/e107_plugins/list_new/list_class.php +++ b/e107_plugins/list_new/list_class.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/list_class.php,v $ -| $Revision: 1.2 $ -| $Date: 2006-12-31 14:46:30 $ -| $Author: e107coders $ +| $Revision: 1.3 $ +| $Date: 2007-05-31 21:02:53 $ +| $Author: e107steved $ +---------------------------------------------------------------+ */ if (!defined('e107_INIT')) { exit; } @@ -475,7 +475,7 @@ class listclass { { if(file_exists(THEME."images/bullet2.gif")) { - $default_bullet = ""; + $default_bullet = ""; } } @@ -548,4 +548,4 @@ class listclass { } -?> +?> \ No newline at end of file