Index: /trunk/tools/czartool/CzarDb.pm
===================================================================
--- /trunk/tools/czartool/CzarDb.pm	(revision 29160)
+++ /trunk/tools/czartool/CzarDb.pm	(revision 29161)
@@ -11,10 +11,14 @@
 our @ISA = qw(czartool::MySQLDb);    # inherits from MySQLDb
 
-# Override constructor
+###########################################################################
+#
+# Constructor (overrides superclass)
+#
+###########################################################################
 sub new {
     my ($class) = @_;
 
-    # Call the constructor of the parent class, Person.
-    my $self = $class->SUPER::new($_[1], $_[2], $_[3], $_[4],  $_[5], $_[6]);
+    # Call the constructor of the parent class
+    my $self = $class->SUPER::new($_[1], $_[2], $_[3], $_[4], $_[5], $_[6]);
 
     bless $self, $class;
