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