Fix a bug that prevented the award prizes from being rolled over properly

This commit is contained in:
james 2007-09-20 16:53:06 +00:00
parent a87647ee6c
commit abbfe00e82

View File

@ -201,7 +201,7 @@
'".mysql_escape_string($r2->number)."',
'".mysql_escape_string($r2->order)."',
'".mysql_escape_string($newfairyear)."',
".mysql_escape_string($r2->excludefromac)."')");
'".mysql_escape_string($r2->excludefromac)."')");
}
}