[guadec-web] Fix quotes
- From: Alexandre Franke <afranke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] Fix quotes
- Date: Thu, 24 Jul 2014 23:42:17 +0000 (UTC)
commit f06c10709a02d366fecdbf0aa96e8aa60618b255
Author: Alexandre Franke <alexandre franke gmail com>
Date: Fri Jul 25 01:42:09 2014 +0200
Fix quotes
guadec/access-register.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/guadec/access-register.php b/guadec/access-register.php
index 3ad092e..8e233fe 100644
--- a/guadec/access-register.php
+++ b/guadec/access-register.php
@@ -192,10 +192,10 @@ function display_lunch($result){
echo "<tr>";
echo "<td>"; echo $results['id']; echo "</td>";
echo "<td>"; echo $results['name']; echo "</td>";
- echo "<td>"; if (in_array("lunch_saturday", $results['lunchdays']) { echo "✓";}; echo "</td>";
- echo "<td>"; if (in_array("lunch_sunday", $results['lunchdays']) { echo "✓";}; echo "</td>";
- echo "<td>"; if (in_array("lunch_monday", $results['lunchdays']) { echo "✓";}; echo "</td>";
- echo "<td>"; if (in_array("lunch_tuesday", $results['lunchdays']) { echo "✓";}; echo "</td>";
+ echo "<td>"; if (in_array('lunch_saturday', $results['lunchdays']) { echo "✓";}; echo "</td>";
+ echo "<td>"; if (in_array('lunch_sunday', $results['lunchdays']) { echo "✓";}; echo "</td>";
+ echo "<td>"; if (in_array('lunch_monday', $results['lunchdays']) { echo "✓";}; echo "</td>";
+ echo "<td>"; if (in_array('lunch_tuesday', $results['lunchdays']) { echo "✓";}; echo "</td>";
echo "<td>FIXME</td>";
echo "<td>"; echo $results['payment']; echo "</td>";
echo "</tr>";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]