Changeset 1699

Show
Ignore:
Timestamp:
02/20/2008 10:55:38 PM (9 months ago)
Author:
robertb
Message:

Bugfix: Nun funktionieren auch wieder Teaserpics

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/blog.func.php

    r1688 r1699  
    4242                 } 
    4343 
    44      if($form_input['teaserpiconblog'] == "1" AND strlen(trim($form_input['teaserpic'])) > 0) { 
     44     if($form_input['teaserpiconblog'] == "1" AND 
     45        strlen(trim($form_input['teaserpic'])) == 0) 
     46     { 
    4547        $errors[] = $l['admin']['no_teaserpic_uploaded']; 
    46                
     48   
    4749     
    4850    if(strlen(trim($form_input['teaser'])) < 1) $errors[] = $l['admin']['no_teaser'];