Fixed something in syntax
svn path=/trunk/; revision=392
This commit is contained in:
		
							parent
							
								
									f4c5f40698
								
							
						
					
					
						commit
						79c152f6ae
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -65,8 +65,8 @@ | ||||||
| 	  $bad_elements[] = "contacts"; | 	  $bad_elements[] = "contacts"; | ||||||
| 	  $errors[] = "Please provide e-mails of the contacts you've provided."; | 	  $errors[] = "Please provide e-mails of the contacts you've provided."; | ||||||
|       } |       } | ||||||
|       $obfuscated_contact = preg_replace("/@/", " AT ", $pointers); |       $obfuscated_contact = preg_replace("/@/", " AT ", $contacts); | ||||||
| 
 |       } | ||||||
|       if ($spam != "not spam") { |       if ($spam != "not spam") { | ||||||
|         $bad_elements[] = "spam"; |         $bad_elements[] = "spam"; | ||||||
|         $errors[] = "Please fill the \"not spam\" field."; |         $errors[] = "Please fill the \"not spam\" field."; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Baris Cicek
						Baris Cicek