Changeset 618264
- Timestamp:
- 10/28/2012 02:51:30 PM (13 years ago)
- File:
-
- 1 edited
-
ultimate-cms/trunk/fieldTypes/class-xydactabs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-cms/trunk/fieldTypes/class-xydactabs.php
r618227 r618264 72 72 if($new) 73 73 add_post_meta($post_id, $this->name, $key); 74 $this->temp_title->saving( &$temp,$post_id,esc_attr(stripslashes($val[$this->temp_title->name])),$oval);75 $this->temp_data->saving( &$temp,$post_id,esc_attr(stripslashes($val[$this->temp_data->name])),$oval);74 $this->temp_title->saving($temp,$post_id,esc_attr(stripslashes($val[$this->temp_title->name])),$oval); 75 $this->temp_data->saving($temp,$post_id,esc_attr(stripslashes($val[$this->temp_data->name])),$oval); 76 76 } 77 77 }
Note: See TracChangeset
for help on using the changeset viewer.