Thread: Promo Codes
View Single Post
  #2  
Old 06-29-2012, 02:58 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 82,788
SilverDragonTears is on a distinguished road
Default

I assume it's this part?

Code:
  private function checknumber(){
      $data = $GLOBALS['adopts']->select("messages", array(), "touser='{$loggedinname}' and status='unread'")->fetchAll();
	  
      if($this->availability == 0){
	     // The promocode has been used, so it is unavailable now...
		 
		 $this->message .= "The promocode has been used before and is now unavailable. Please contact the admin if you believe this is a mistake.<br>";
		 return FALSE;
	  }
	  else return TRUE;
  }
__________________

Check out SilvaTales
Reply With Quote