pdontthink hace 16 años
padre
commit
33cfdfb28b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      functions/options.php

+ 0 - 1
functions/options.php

@@ -475,7 +475,6 @@ class SquirrelOption {
 
 
 //TODO: might be better to have a separate template file for all widgets, because then the layout of the widget and the "trailing text" can be customized - they are still hard coded here
 //TODO: might be better to have a separate template file for all widgets, because then the layout of the widget and the "trailing text" can be customized - they are still hard coded here
         if ($password)
         if ($password)
-addPwField($sName, $sValue = null, $aAttribs=array()) {
             return addPwField('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . ' ' . htmlspecialchars($this->trailing_text);
             return addPwField('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . ' ' . htmlspecialchars($this->trailing_text);
         else
         else
             return addInput('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . ' ' . htmlspecialchars($this->trailing_text);
             return addInput('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . ' ' . htmlspecialchars($this->trailing_text);