summaryrefslogtreecommitdiffstats
path: root/includes/concert.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/concert.php')
-rw-r--r--includes/concert.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/concert.php b/includes/concert.php
index 462586d..f762d79 100644
--- a/includes/concert.php
+++ b/includes/concert.php
@@ -15,8 +15,8 @@ if ( !class_exists('GiglogAdmin_Concert') ) {
private $tickets;
private $eventlink;
- /*
- * Constructs a new venue object from an array of attributes.
+ /*
+ * Constructs a new concert object from an array of attributes.
* The attributes are expected to be named as in the database,
* so this constructor can be used to construct the object
* directly from the database row.