]> git.pld-linux.org Git - packages/php-pear-Auth.git/blob - php-pear-Auth-cosmetic.patch
- do not use macros in URL
[packages/php-pear-Auth.git] / php-pear-Auth-cosmetic.patch
1 --- ./Auth-1.0.1/Container/LDAP.php.org Fri Dec 14 16:58:26 2001
2 +++ ./Auth-1.0.1/Container/LDAP.php     Fri Jul 12 17:06:00 2002
3 @@ -88,11 +88,11 @@
4                  $this->_connect();
5                  return true;
6              } else {
7 -                return new Pear_Error("No LDAP Search Base specified!", 41, PEAR_ERROR_DIE);
8 +                return new PEAR_Error("No LDAP Search Base specified!", 41, PEAR_ERROR_DIE);
9              }        
10          }
11  
12 -        return new Pear_Error("No parameters specified", 41, PEAR_ERROR_DIE);
13 +        return new PEAR_Error("No parameters specified", 41, PEAR_ERROR_DIE);
14      }
15  
16      // }}}
This page took 0.0434639999999999 seconds and 3 git commands to generate.