From: <br...@us...> - 2008-12-23 23:13:19
|
Revision: 448 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=448&view=rev Author: brus07 Date: 2008-12-23 23:13:16 +0000 (Tue, 23 Dec 2008) Log Message: ----------- Fixed grammatic error. Modified Paths: -------------- ACMServer/trunk/web/get/getfromold.php Modified: ACMServer/trunk/web/get/getfromold.php =================================================================== --- ACMServer/trunk/web/get/getfromold.php 2008-12-12 10:11:40 UTC (rev 447) +++ ACMServer/trunk/web/get/getfromold.php 2008-12-23 23:13:16 UTC (rev 448) @@ -24,7 +24,7 @@ if ($status == 7) $status = "InternalError"; if ($status == 9) - $status = "PresentationError"; + $status = "DestrictedFunction"; if ($status == 10) $status = "Accepted"; $problem = $result['problemID']; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |