Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
juliantenney committed Nov 3, 2011
1 parent eb30735 commit 7da6fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/php/properties/sharing_status_template.php
Expand Up @@ -29,7 +29,7 @@
* show a different view if you are the file creator
*/

if(is_user_creator(mysql_real_escape_string($_POST['template_id']))){
if(is_user_creator(mysql_real_escape_string($_POST['template_id'])) ||is_user_admin() ){

echo "<div class=\"share_top\"><p class=\"header\"><span>To share this template with some one, please type their name here. The user must have an account on the site to appear in this search.</span></p><form id=\"share_form\"><input name=\"searcharea\" onkeyup=\"javascript:name_select_template()\" type=\"text\" size=\"20\" /></form><div id=\"area2\"><p>Names will appear here</p></div><p id=\"area3\"></div>";

Expand Down

0 comments on commit 7da6fb7

Please sign in to comment.