[eGroupWare-svn] r55822 - /trunk/egroupware/doc/config2xet.php
| Newsgroups | gmane.comp.web.egroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ralfbecker
Date: Mon Apr 25 10:41:32 2016
New Revision: 55822
URL: http://svn.stylite.de/viewvc/egroupware?rev=55822&view=rev
Log:
correctly convert password fields
Modified:
trunk/egroupware/doc/config2xet.php
Modified: trunk/egroupware/doc/config2xet.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/doc/config2xet.php?rev=55822&r1=55821&r2=55822&view=diff
==============================================================================
--- trunk/egroupware/doc/config2xet.php (original)
+++ trunk/egroupware/doc/config2xet.php Mon Apr 25 10:41:32 2016
@@ -84,6 +84,7 @@
unset($attrs['value'], $attrs['name']);
foreach($attrs as $name => $value)
{
+ if ($name == 'type' && $value == 'password') $value = 'passwd';
echo " $name=\"$value\"";
}
echo "/>\n";
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z