Changeset 5915
- Timestamp:
- 07/05/08 09:58:02 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/page.modules.php
r5914 r5915 808 808 // 809 809 $changelog = nl2br($modules[$name]['changelog']); 810 $changelog = preg_replace('/(\d+(\.\d+ )+):/', '<strong>$0</strong>', $changelog);811 $changelog = preg_replace('/\*(\d+(\.\d+ )+)\*/', '<strong>$1:</strong>', $changelog);810 $changelog = preg_replace('/(\d+(\.\d+|\.\d+beta\d+|\.\d+alpha\d+|\.\d+rc\d+|\.\d+RC\d+)+):/', '<strong>$0</strong>', $changelog); 811 $changelog = preg_replace('/\*(\d+(\.\d+|\.\d+beta\d+|\.\d+alpha\d+|\.\d+rc\d+|\.\d+RC\d+)+)\*/', '<strong>$1:</strong>', $changelog); 812 812 813 813 // convert '#xxx', 'ticket xxx', 'bug xxx' to ticket links and rxxx to changeset links in trac
