From: Greg Gay Date: Tue, 24 Aug 2010 19:52:41 +0000 (-0000) Subject: replace ampersand separators with SEP X-Git-Tag: v1.0~7 X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=acontent.git;a=commitdiff_plain;h=70f921d88c45f81f9c6efd4c1144986d9eaae7de replace ampersand separators with SEP --- 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'); }