Skip to content

Commit

Permalink
fugh
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles C. Frantz committed Dec 18, 2010
1 parent fc3237c commit b70d740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions detailView.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@

<?php

if ($_GET['flag'] == 'true')
if ($_GET['flag'] == 'true') {
echo '<h1 class="head">';
echo 'Your report has been submitted to the administrators...</h1><hr>';
}

$event_id = htmlspecialchars($_GET['eventID']);
$event_array = get_events(array($event_id));
Expand Down Expand Up @@ -122,7 +123,7 @@
</div>
<?php endif; ?>

<?php if(is_owner($event_id || is_admin()) : ?>
<?php if(is_owner($event_id || is_admin())) : ?>
<div class = "details">
<a href="edit.php?eventID=<?php echo $event_id; ?>" class="edit" id="edit-event">
Edit Event Details
Expand All @@ -138,11 +139,6 @@
<div class="details" id="facebook" padding="20px">
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:like href="http://www.cs.grinnell.edu/~knolldug/GCal/detailView.php?eventID=<?php echo $eventID;?>" show_faces="true" width="450" font="arial"></fb:like>

<div class="details" id="facebook" padding="20px">

<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:like href="http://www.cs.grinnell.edu/~knolldug/GCal/detailView.php?eventID=<?php echo $eventID;?>" show_faces="true" width="450" font="arial"></fb:like>
</div>

<div class="details" id="googleCal">
Expand Down
2 changes: 1 addition & 1 deletion forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</div>

<!-- CATEGORIES -->
<div class="form-unit long">
<div class="form-unit long">
<label for="category" id="category_label"><font color = "firebrick">Category:</label></font>
<select name="category" id="category" tabindex=3>
<?php
Expand Down

0 comments on commit b70d740

Please sign in to comment.