/[svn]/web/trunk/www.linuxsampler.org/news_internal.php
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/news_internal.php

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

revision 2176 by schoenebeck, Sun Jan 16 20:12:05 2011 UTC revision 2177 by persson, Fri Jun 3 09:36:49 2011 UTC
# Line 78  function characterData($parser, $data) { Line 78  function characterData($parser, $data) {
78      echo $data;      echo $data;
79  }  }
80    
81  if (isset($HTTP_GET_VARS['max_items'])) {  if (isset($_GET['max_items'])) {
82      $max_items = $HTTP_GET_VARS['max_items'];      $max_items = $_GET['max_items'];
83  }  }
84    
85  $xml_parser = xml_parser_create();  $xml_parser = xml_parser_create();

Legend:
Removed from v.2176  
changed lines
  Added in v.2177

  ViewVC Help
Powered by ViewVC