Commit b84c7f4c authored by pookey's avatar pookey

pookey: standards complience change

parent 871f3c41
...@@ -42,9 +42,9 @@ function NewDataDictionary(PDO $conn) { ...@@ -42,9 +42,9 @@ function NewDataDictionary(PDO $conn) {
return $dict; return $dict;
} }
class ADOFieldObject { class ADOFieldObject {
var $name = ''; public $name = '';
var $max_length=0; public $max_length=0;
var $type=""; public $type="";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment