Changeset 4298 for trunk/website

Show
Ignore:
Timestamp:
11/13/05 23:46:47 (3 years ago)
Author:
emostar
Message:

remove debug output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/download.php

    r4297 r4298  
    1313       if (preg_match("/1.3.2 released/", $title)) 
    1414       { 
    15  
    16 echo $desc; 
    1715         preg_match("/bz2 (.*) to.*/", $desc, $matches); 
    18 print_r($matches); 
    1916         $strDownload .= "<I>". $matches[1] . ")</I>"; 
    2017       }