Plugin Directory

Changeset 669997


Ignore:
Timestamp:
02/18/2013 10:51:35 PM (13 years ago)
Author:
mthomas9
Message:

Properly alert for PURL not found in CURL format

Location:
purlem-personal-url-marketing
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • purlem-personal-url-marketing/trunk/purlem.php

    r647117 r669997  
    44Plugin URI: http://purlem.com
    55Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong>
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    102102        if(get_option('showPurlForm') == 'Y') $newContent .= $_SESSION['visitor']->{'form'};
    103103       
    104         if(!$_SESSION['visitor']->{'firstName'}) {
     104        if(!$_SESSION['visitor']) {
    105105            $newContent .= '<b>PURL NOT FOUND</b> Please try again.';
    106106        }
  • purlem-personal-url-marketing/trunk/readme.txt

    r647117 r669997  
    55Requires at least: 2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88
    99Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
Note: See TracChangeset for help on using the changeset viewer.