gah patching
git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.2@1141 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
		
							parent
							
								
									3e3c553290
								
							
						
					
					
						commit
						63c63852eb
					
				@ -5,13 +5,6 @@
 | 
			
		||||
 */
 | 
			
		||||
class Event {
 | 
			
		||||
	var $vetoed = false, $veto_reason = null;
 | 
			
		||||
	var $vetoed = false;
 | 
			
		||||
	var $veto_reason;
 | 
			
		||||
 | 
			
		||||
	public function veto($reason="") {
 | 
			
		||||
		$this->vetoed = true;
 | 
			
		||||
		$this->veto_reason = $reason;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public function veto($reason="") {
 | 
			
		||||
		$this->vetoed = true;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user