Author: dr
Date: Thu Jan 3 15:03:03 2008
New Revision: 7057
Log:
- Fixed grammar error in exception message.
Modified:
trunk/Database/src/exceptions/query/variable_parameter.php
Modified: trunk/Database/src/exceptions/query/variable_parameter.php
==============================================================================
--- trunk/Database/src/exceptions/query/variable_parameter.php [iso-8859-1]
(original)
+++ trunk/Database/src/exceptions/query/variable_parameter.php [iso-8859-1] Thu
Jan 3 15:03:03 2008
@@ -39,7 +39,7 @@
}
else if ( $numProvided > 1 )
{
- $providedString = "only {$numProvided} was provided";
+ $providedString = "only {$numProvided} were provided";
}
$info = "The method '{$method}' expected at least {$expectedString}
but {$providedString}.";
parent::__construct( $info );
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components