Skip to content

Commit

Permalink
Fix double peer.php (a file was required twice)
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@957 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
torinfo committed May 30, 2013
1 parent 7d924f1 commit c47bc7b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions peer.php
Expand Up @@ -77,15 +77,6 @@
* Output the code
*/

require $xerte_toolkits_site->php_library_path . "screen_size_library.php";

// should the $ really be escaped with \ ?
//$query_for_play_content_strip = str_replace("\" . \$xerte_toolkits_site->database_table_prefix . \"", $xerte_toolkits_site->database_table_prefix, $xerte_toolkits_site->play_edit_preview_query);

//$query_for_play_content = str_replace("TEMPLATE_ID_TO_REPLACE", $template_id, $query_for_play_content_strip);



show_peer_template($row_play, $retouremail);
}else{
show_peer_login_form(PEER_LOGON_FAIL);
Expand Down

0 comments on commit c47bc7b

Please sign in to comment.