]> git.pld-linux.org Git - packages/dokuwiki.git/blob - dokuwiki-mysqlauth.patch
- up to 2009-01-26 rc
[packages/dokuwiki.git] / dokuwiki-mysqlauth.patch
1 --- dokuwiki/inc/auth/mysql.class.php~  2007-11-09 18:52:23.000000000 +0200
2 +++ dokuwiki/inc/auth/mysql.class.php   2007-11-09 18:52:24.656504794 +0200
3 @@ -46,7 +46,7 @@
4  
5        // set capabilities based upon config strings set
6        if (empty($this->cnf['server']) || empty($this->cnf['user']) ||
7 -          empty($this->cnf['password']) || empty($this->cnf['database'])){
8 +          empty($this->cnf['database'])){
9          if ($this->cnf['debug'])
10            msg("MySQL err: insufficient configuration.",-1,__LINE__,__FILE__);
11          $this->success = false;
This page took 0.102294 seconds and 3 git commands to generate.