]> git.mjollnir.org Git - moodle.git/commitdiff
Now we support to use the previous attribute in fields declaration
authorstronk7 <stronk7>
Tue, 12 Sep 2006 22:56:52 +0000 (22:56 +0000)
committerstronk7 <stronk7>
Tue, 12 Sep 2006 22:56:52 +0000 (22:56 +0000)
lib/xmldb/classes/XMLDBField.class.php

index abae8cbcf5d33bea28373c018f4fa81ec0ce3d64..5bf2c0aa9fc8ce4a148ab9f49f56b1b4583f89e0 100644 (file)
@@ -94,6 +94,8 @@ class XMLDBField extends XMLDBObject {
             }
         }
         $this->default = $default;
+
+        $this->previous = $previous;
     }
 
     /**