Ignore:
Timestamp:
2006/08/31 16:42:10 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r3446 r3490  
    6868 
    6969// Áõ¾þÉÕ¤­¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤Îɽ¼¨ 
    70 function sfErrorHeader($mess) { 
     70function sfErrorHeader($mess, $print = false) { 
    7171    global $GLOBAL_ERR; 
    7272    if($GLOBAL_ERR == "") { 
     
    7979    $GLOBAL_ERR.= "</td>\n"; 
    8080    $GLOBAL_ERR.= " </tr>\n"; 
    81     $GLOBAL_ERR.= "</table>\n";  
     81    $GLOBAL_ERR.= "</table>\n"; 
     82     
     83    if($print) { 
     84        print($GLOBAL_ERR); 
     85    } 
    8286} 
    8387 
Note: See TracChangeset for help on using the changeset viewer.