]> git.pld-linux.org Git - packages/php-pear-HTML_Select.git/blob - php-pear-HTML_Select-case.patch
- up to 1.3.0-stable
[packages/php-pear-HTML_Select.git] / php-pear-HTML_Select-case.patch
1 --- HTML_Select-1.3.0/usr/share/pear/HTML/Select.php~   2010-08-19 13:44:58.000000000 +0300
2 +++ HTML_Select-1.3.0/usr/share/pear/HTML/Select.php    2010-08-19 13:45:45.892578488 +0300
3 @@ -205,7 +205,7 @@
4      function loadArray($arr, $values = null)
5      {
6          if (!is_array($arr)) {
7 -            return new PEAR_ERROR(
8 +            return new PEAR_Error(
9                  'First argument to HTML_Select::loadArray is not a valid array'
10              );
11          }
This page took 0.040156 seconds and 3 git commands to generate.