Plugin Directory

Changeset 1350602


Ignore:
Timestamp:
02/15/2016 01:34:23 AM (10 years ago)
Author:
madesnappy
Message:

tiny bug fix to incorrectly defined variable

Location:
snappy-surveys/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • snappy-surveys/trunk/readme.txt

    r1251434 r1350602  
    44Tags: Survey, Surveys, Poll, Polls, Polling, Questionnaire, Questionnaires, Snappy Survey, Snappy Surveys, Audience, Audiences, Audience Tools
    55Requires at least: 4.0
    6 Tested up to: 4.3
    7 Stable tag: 1.0.1
     6Tested up to: 4.4
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5757This upgrade includes enhanced security for survey submissions
    5858
     59= 1.0.2 =
     60Tiny bug fix to incorrectly defined variable
     61
    5962== Learn how to build this plugin! ==
    6063
  • snappy-surveys/trunk/snappy-surveys.php

    r1251429 r1350602  
    77Author: Joel Funk
    88Author URI: http://joelfunk.codecollege.ca
    9 Version: 1.0.1
     9Version: 1.0.2
    1010License: GPL2
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    533533        // default complete class is blank
    534534        $complete_class = '';
     535           
     536        // setup our inputs html
     537        $inputs = '';
    535538       
    536539        if( !$answered ):
    537            
    538             // setup our inputs html
    539             $inputs = '';
    540540           
    541541            // loop over all the $question_opts
Note: See TracChangeset for help on using the changeset viewer.