changeset 13:cb4af708e295

Simplify.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Dec 2012 14:49:10 +0200
parents 358534308c61
children e36c4d2b09c4
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Thu Dec 06 14:48:23 2012 +0200
+++ b/msite.inc.php	Thu Dec 06 14:49:10 2012 +0200
@@ -251,8 +251,7 @@
 function stGetFormPasswordInput($name, $id, $prefix)
 {
   return
-    "<input type=\"password\" id=\"".$prefix.$name.$id.
-    "\" name=\"".$name."\" />";
+    "<input type=\"password\" ".stGetIDName($name, $id, $prefix)." />";
 }