projects
/
hmb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
583b5b9
)
Missing brace
author
Richard Whitehouse
<richardwhiuk@richardwhiuk.com>
Fri, 4 Feb 2011 18:38:27 +0000
(18:38 +0000)
committer
Richard Whitehouse
<richardwhiuk@richardwhiuk.com>
Fri, 4 Feb 2011 18:38:27 +0000
(18:38 +0000)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index 1dc5477cc9d314b7f05164a64788e98b45faaded..498eb5022f4dcf53f7c80781522a0c4f3b7a2aa0 100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-224,6
+224,8
@@
class Ticket {
return $ticket;
}
+}
+
class Purchase {
private $id;