/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/form/form_elements/FEPassword.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/form/form_elements/FEPassword.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jonen, Sat Sep 20 00:20:15 2003 UTC revision 1.3 by jonen, Thu May 6 16:27:27 2004 UTC
# Line 47  class FEPassword extends FEText { Line 47  class FEPassword extends FEText {
47    
48    
49      /**      /**
50         * return a string to the user for the
51         * confirmation page
52         *
53         * @return string
54         */
55        function get_element_text() {
56            return str_repeat('*', strlen($this->get_value()));
57        }
58    
59    
60        /**
61       * This function performs the actual validation       * This function performs the actual validation
62       * It is called only if the validation is required by       * It is called only if the validation is required by
63       * this element       * this element

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed