Changeset 440 for trunk/aktuality/news.php
- Timestamp:
- Oct 13, 2012, 6:28:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aktuality/news.php
r439 r440 32 32 $URL = substr($Content, 0, strpos($Content, '<')); 33 33 else $URL = substr($Content, 0); 34 echo('['.$URL.']');35 34 $Result .= '<a href="'.$URL.'">'.$URL.'</a>'; 36 35 $Content = substr($Content, strlen($URL));
Note:
See TracChangeset
for help on using the changeset viewer.