Skip to content

Commit

Permalink
remove blank space
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@318 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Apr 29, 2012
1 parent 0907e1e commit 0668b6b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions peer.php
Expand Up @@ -62,29 +62,17 @@
$row_play = db_query_one($query_for_play_content);

require $xerte_toolkits_site->root_file_path . "modules/" . $row_play['template_framework'] . "/peer.php";

show_template($row_play);

}else{

$buffer = $xerte_toolkits_site->peer_form_string . $temp[1] . "<p>" . PEER_LOGON_FAIL . ".</p></center></body></html>";

echo $buffer;

}

}else{

/**
* Nothing posted so output the password string
*/

echo $xerte_toolkits_site->peer_form_string;

}

}else{

dont_show_template();

}
}

0 comments on commit 0668b6b

Please sign in to comment.