Ignore:
Timestamp:
Apr 9, 2011, 8:19:16 PM (13 years ago)
Author:
george
Message:
  • Opraveno: Chyba indexování v obsahu aktualit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aktuality/news.php

    r306 r312  
    2222    {
    2323      $I = strpos($Content, 'http://');
    24       if($Content{$I - 1} != '"')
     24      if(($I > 0) and ($Content{$I - 1} != '"'))
    2525      {
    2626        $Result .= substr($Content, 0, $I);
Note: See TracChangeset for help on using the changeset viewer.