replace ampersand separators with SEP
authorGreg Gay <info@atutor.ca>
Tue, 24 Aug 2010 19:52:41 +0000 (19:52 -0000)
committerGreg Gay <info@atutor.ca>
Tue, 24 Aug 2010 19:52:41 +0000 (19:52 -0000)
docs/home/classes/ContentUtility.class.php

index da3f986..ef16db6 100644 (file)
@@ -586,7 +586,7 @@ class ContentUtility {
                                  'icon' => $_base_href . 'themes/'.$_SESSION['prefs']['PREF_THEME'].'/images/export.png');\r
                        $tool_shortcuts[] = array(\r
                                  'title' => _AT('export_content_in_cc'), \r
-                                 'url' => $_base_href . 'home/imscc/ims_export.php?_cid='.$content_row['content_id'].'&to_a4a=1',\r
+                                 'url' => $_base_href . 'home/imscc/ims_export.php?_cid='.$content_row['content_id'].SEP.'to_a4a=1',\r
                                  'icon' => $_base_href . 'themes/'.$_SESSION['prefs']['PREF_THEME'].'/images/export_cc.png');\r
                }\r
                \r