/[cvs]/nfo/php/libs/org.netfrag.patches/phphtmllib/widgets/EditDataItem.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.patches/phphtmllib/widgets/EditDataItem.php

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

revision 1.8 by udo, Mon Dec 15 21:05:19 2003 UTC revision 1.9 by jonen, Thu May 13 19:19:44 2004 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.9  2004/05/13 19:19:44  jonen
8    ##    + bugfix: stripslashes of all posted vars was off
9    ##
10  ##    Revision 1.8  2003/12/15 21:05:19  udo  ##    Revision 1.8  2003/12/15 21:05:19  udo
11  ##    bugfix: $PHP_SELF -> $_SERVER['PHP_SELF']  ##    bugfix: $PHP_SELF -> $_SERVER['PHP_SELF']
12  ##  ##
# Line 80  class EditDataItem extends StandardFormC Line 83  class EditDataItem extends StandardFormC
83            
84  //    $this->StandardFormContent($title, $PHP_SELF, 600);  //    $this->StandardFormContent($title, $PHP_SELF, 600);
85      $this->StandardFormContent($title, $_SERVER['PHP_SELF'], 600);      $this->StandardFormContent($title, $_SERVER['PHP_SELF'], 600);
86        
87        // enable stripslashes of all inputs
88        $this->set_stripslashes();
89    
90    }    }
91    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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