]> git.pld-linux.org Git - packages/php-pear-HTML_Select.git/blame - php-pear-HTML_Select-case.patch
- up to 1.3.1
[packages/php-pear-HTML_Select.git] / php-pear-HTML_Select-case.patch
CommitLineData
1a624a0e
ER
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)
a9e218df
PG
5 {
6 if (!is_array($arr)) {
1a624a0e
ER
7- return new PEAR_ERROR(
8+ return new PEAR_Error(
9 'First argument to HTML_Select::loadArray is not a valid array'
10 );
a9e218df 11 }
This page took 0.030361 seconds and 4 git commands to generate.