added organisation for multiformtest

This commit is contained in:
Michael Andrewartha 2010-03-10 20:27:59 +00:00
parent 76bcf565f3
commit 4af8796673

View File

@ -0,0 +1,12 @@
<?php
class Organisation extends DataObject {
// Used to test the Multiform module
static $db = array(
'OrganisationName' => 'Text'
);
}
?>