diff options
Diffstat (limited to 'includes/concert.php')
-rw-r--r-- | includes/concert.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/concert.php b/includes/concert.php index 54bdbc4..579fb16 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. |