Changeset 607404
- Timestamp:
- 10/03/2012 12:26:27 PM (13 years ago)
- File:
-
- 1 edited
-
testimonials-pro/trunk/testimonials-pro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
testimonials-pro/trunk/testimonials-pro.php
r598697 r607404 9 9 - Display company logo in the testimonials for greater effect 10 10 Author: Dimitar Atanasov 11 Version: 1. 111 Version: 1.2 12 12 Author URI: http://freelance-gur.us/meet-the-team 13 13 Tags: Insert testimonials, Testimonial category, Company logo, Testimonials widget, Testimonials plugin, Text scroll … … 270 270 $AC=@$_GET["AC"]; 271 271 $submittext = "Insert Testimonial"; 272 if($AC <> "DEL" and trim($_POST['TP_ link']) <>"")272 if($AC <> "DEL" and trim($_POST['TP_name']) <>"") 273 273 { 274 274 $catSql=($_POST['TP_category_new']!='')?mysql_real_escape_string(trim($_POST['TP_category_new'])):mysql_real_escape_string(trim($_POST['TP_category']));
Note: See TracChangeset
for help on using the changeset viewer.