Plugin Directory

Changeset 607404


Ignore:
Timestamp:
10/03/2012 12:26:27 PM (13 years ago)
Author:
mitegvg
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • testimonials-pro/trunk/testimonials-pro.php

    r598697 r607404  
    99- Display company logo in the testimonials for greater effect
    1010Author: Dimitar Atanasov
    11 Version: 1.1
     11Version: 1.2
    1212Author URI: http://freelance-gur.us/meet-the-team
    1313Tags: Insert testimonials, Testimonial category, Company logo, Testimonials widget, Testimonials plugin, Text scroll
     
    270270    $AC=@$_GET["AC"];
    271271    $submittext = "Insert Testimonial";
    272     if($AC <> "DEL" and trim($_POST['TP_link']) <>"")
     272    if($AC <> "DEL" and trim($_POST['TP_name']) <>"")
    273273    {
    274274        $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.