]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Form.class.php
Some more refactoring in Form classes.
[timetracker.git] / WEB-INF / lib / form / Form.class.php
index 5f825451ef280e040d61bbb459cba5413f9b27bb..704ce7e5a90a86fe12bdced3edbb90b5abe6af27 100644 (file)
@@ -34,7 +34,6 @@
 // +----------------------------------------------------------------------+
 
 class Form {
-
   var $name = '';          // Form name.
   var $elements = array(); // An array of input controls in form.