Skip to content

Commit

Permalink
Fix url_library.php for rich scorm export in case of apache rewrites
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@463 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
torinfo committed Oct 31, 2012
1 parent 33c5cbe commit 9254d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/php/url_library.php
Expand Up @@ -81,7 +81,7 @@ function url_return($string,$template_number){
break;

case "scorm_rich": if($xerte_toolkits_site->apache=="true"){
return $string . "_rich_" . $template_number;
return $string . "_" . $template_number;
}else{
return $xerte_toolkits_site->php_library_path . "scorm/export.php?data=rich&scorm=true&template_id=" . $template_number;
}
Expand Down

0 comments on commit 9254d87

Please sign in to comment.