Changeset 489875
- Timestamp:
- 01/14/2012 01:03:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-vm-testimonials-plus/trunk/vm-testimonials-plus.php
r489871 r489875 97 97 98 98 $headers ="From: ".get_option('siteurl'); 99 //mail($to,$subject,'',$headers);99 mail($to,$subject,'',$headers); 100 100 return '<strong>Testimonial submitted..</strong>'; 101 101 … … 114 114 $status = $data['vm_status']; 115 115 $id = $data['vmtestid']; 116 //print_r($data);117 116 $wpdb->query("UPDATE $wpdb->vm_testimonials SET name='$name',designation='$Designation',company='$company',message='$testimonial',website='$website' WHERE id=".$id); 118 117 return '<div class="updated"><p><strong>Testimonial Updated..</strong></p></div>';
Note: See TracChangeset
for help on using the changeset viewer.