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:
shish 2008-12-14 21:12:06 +00:00
parent 3e3c553290
commit 63c63852eb

View File

@ -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;