Modifications to use new columns in data_content table

This commit is contained in:
vyshane
2006-01-25 09:18:29 +00:00
parent c91c24d7e3
commit eefe4f9720
+1 -1
View File
@@ -140,7 +140,7 @@
//this creates a new field subclass object
if ($name != 'MAX_FILE_SIZE' && $name != 'sesskey'){
$currentfield = data_get_field_from_name($name);
//use native subclass method to sore field data
//use native subclass method to store field data
$currentfield->update_data_content($currentfield->id, $rid, $value, $name);
}
}