[SUCS Devel] [Git][sucssite/sucs-site][master] Fix a typo.

Imran Hussain imranh at sucs.org
Tue Oct 6 23:47:10 BST 2015


Imran Hussain pushed to branch master at sucssite / sucs-site


Commits:
e2bf8da2 by Imran Hussain at 2015-10-06T23:46:51Z
Fix a typo.

- - - - -


1 changed file:

- components/susignup.php


Changes:

=====================================
components/susignup.php
=====================================
--- a/components/susignup.php
+++ b/components/susignup.php
@@ -34,7 +34,7 @@ if(!empty($_REQUEST['sid'])&&!empty($_REQUEST['transactionID'])){
 
 		// probe the db for some info thatwe want to use in the if statements below
 		$tmpresult = $sucsDB->Execute("SELECT * FROM members WHERE sid=?", array($sid));
-		$singuptmpresult = $sucsDB->Execute("SELECT * FROM signup WHERE sid=?", array($sid));
+		$signuptmpresult = $sucsDB->Execute("SELECT * FROM signup WHERE sid=?", array($sid));
 
 		// check to see if they are already a valid and paid member
 		if($tmpresult->fields["sid"] == $sid && $tmpresult->fields["paid"] == paidUntil(time())){



View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/e2bf8da2d293f2a23c4366f29dd9888e6d011efa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20151006/4fabfea2/attachment.html>


More information about the Devel mailing list