Code

Removed old stuff
[gosa.git] / gosa-core / include / class_divSelectBox.inc
index 9ee04d284ded0b8e4e63be59edc98c488cbd9f9e..a477eff43057b7f1b6cb0cefd1e7719cb7469fd6 100644 (file)
@@ -29,7 +29,8 @@ class divSelectBox {
        // Members for page managment
   var $height=200;
 
-       function __construct(){
+       // Added php 4 constructor
+       function divSelectBox(){
                $this->s_summary                = "";
                $this->a_entries                = array();
                $this->cols                     = 0;