/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/widgets/data_list/DataList.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/widgets/data_list/DataList.inc

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

revision 1.3 by jonen, Mon Feb 3 16:21:09 2003 UTC revision 1.4 by joko, Thu Feb 13 00:40:51 2003 UTC
# Line 1646  class DataList extends BaseWidget { Line 1646  class DataList extends BaseWidget {
1646                    
1647          // NEW: require 'flib/Application/i18n/TextEncode.php'          // NEW: require 'flib/Application/i18n/TextEncode.php'
1648          //  this will do a 'htmlentities' RECURSIVE on each item          //  this will do a 'htmlentities' RECURSIVE on each item
1649          $encoder = new TextEncode($data);          $encoder = new Data_Encode($data);
1650          $encoder->toHTML();          $encoder->toHTML();
1651          return $data;          return $data;
1652      }      }

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

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