Modifications to use new columns in data_content table
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user