Now we support to use the previous attribute in fields declaration

This commit is contained in:
stronk7 2006-09-12 22:56:52 +00:00
parent f521d32b71
commit 48c2be79be

View File

@ -94,6 +94,8 @@ class XMLDBField extends XMLDBObject {
}
}
$this->default = $default;
$this->previous = $previous;
}
/**