Changeset 4298 for trunk/website
- Timestamp:
- 11/13/05 23:46:47 (3 years ago)
- Files:
-
- 1 modified
-
trunk/website/download.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/download.php
r4297 r4298 13 13 if (preg_match("/1.3.2 released/", $title)) 14 14 { 15 16 echo $desc;17 15 preg_match("/bz2 (.*) to.*/", $desc, $matches); 18 print_r($matches);19 16 $strDownload .= "<I>". $matches[1] . ")</I>"; 20 17 }
