Changeset 312 for trunk/aktuality/news.php
- Timestamp:
- Apr 9, 2011, 8:19:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aktuality/news.php
r306 r312 22 22 { 23 23 $I = strpos($Content, 'http://'); 24 if( $Content{$I - 1} != '"')24 if(($I > 0) and ($Content{$I - 1} != '"')) 25 25 { 26 26 $Result .= substr($Content, 0, $I);
Note:
See TracChangeset
for help on using the changeset viewer.