phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup/inc hook_config.inc.php


From: Caeies
Subject: [Phpgroupware-cvs] setup/inc hook_config.inc.php
Date: Sun, 03 Sep 2006 16:51:55 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    setup
Changes by:     Caeies <Caeies> 06/09/03 16:51:55

Modified files:
        inc            : hook_config.inc.php 

Log message:
        E_ALL fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/setup/inc/hook_config.inc.php?cvsroot=phpgroupware&r1=1.2&r2=1.3

Patches:
Index: hook_config.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/inc/hook_config.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- hook_config.inc.php 15 Apr 2005 14:36:20 -0000      1.2
+++ hook_config.inc.php 3 Sep 2006 16:51:54 -0000       1.3
@@ -7,7 +7,7 @@
        * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package setup
-       * @version $Id: hook_config.inc.php,v 1.2 2005/04/15 14:36:20 powerstat 
Exp $
+       * @version $Id: hook_config.inc.php,v 1.3 2006/09/03 16:51:54 Caeies 
Exp $
        */
 
        /**
@@ -131,7 +131,7 @@
                {
                        $hashes += array('sha' => 'sha');
                }
-
+               $out = '';
                while(list($key, $value) = each($hashes))
                {
                        if($config['ldap_encryption_type'] == $value)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]