Refactoring - renamed a couple of variables.
[timetracker.git] / WEB-INF / lib / form / Combobox.class.php
index 082765e..4d8df25 100644 (file)
@@ -73,8 +73,8 @@ class Combobox extends FormElement {
                $html = "\n\t<select";
                $html .= " name=\"$this->name\" id=\"$this->id\"";
                
-               if ($this->mSize!="")
-                 $html .= " size=\"$this->mSize\"";
+               if ($this->size!="")
+                 $html .= " size=\"$this->size\"";
                 
                if ($this->mMultiple)
                  $html .= " multiple";