Changeset 302

Show
Ignore:
Timestamp:
11/13/06 15:11:56 (2 years ago)
Author:
bballizlife
Message:

correction d'une erreur de syntaxe dans jMailer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jelix/utils/jMailer.class.php

    r286 r302  
    978978        if(!@$fd = fopen($path, "rb")) 
    979979        { 
    980             $this->SetError($this->Lang("") . ); 
    981980            throw new jException('jelix~errors.mail.file_open',$path); 
    982             return ""; 
    983981        } 
    984982        $magic_quotes = get_magic_quotes_runtime(); 
Download in other formats: Unified Diff Zip Archive