From 70f921d88c45f81f9c6efd4c1144986d9eaae7de Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Tue, 24 Aug 2010 19:52:41 +0000 Subject: [PATCH] replace ampersand separators with SEP --- docs/home/classes/ContentUtility.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/classes/ContentUtility.class.php b/docs/home/classes/ContentUtility.class.php index da3f986..ef16db6 100644 --- a/docs/home/classes/ContentUtility.class.php +++ b/docs/home/classes/ContentUtility.class.php @@ -586,7 +586,7 @@ class ContentUtility { 'icon' => $_base_href . 'themes/'.$_SESSION['prefs']['PREF_THEME'].'/images/export.png'); $tool_shortcuts[] = array( 'title' => _AT('export_content_in_cc'), - 'url' => $_base_href . 'home/imscc/ims_export.php?_cid='.$content_row['content_id'].'&to_a4a=1', + 'url' => $_base_href . 'home/imscc/ims_export.php?_cid='.$content_row['content_id'].SEP.'to_a4a=1', 'icon' => $_base_href . 'themes/'.$_SESSION['prefs']['PREF_THEME'].'/images/export_cc.png'); } -- 2.17.1