Changeset 8700 for temp/trunk/html


Ignore:
Timestamp:
2006/11/20 20:54:09 (20 years ago)
Author:
uehara
Message:

blank

Location:
temp/trunk/html/test/uehara
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/tree.php

    r8698 r8700  
    3131case 'view': 
    3232    // ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    33     if(!is_array(lfErrorCheck())) { 
     33    $arrErr = lfErrorCheck(); 
     34    if(!is_array($arrErr)) { 
    3435     
    3536        // ÁªÂò¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¤¬¥Ç¥£¥ì¥¯¥È¥ê¤Ê¤é°Üư 
     
    4748 
    4849    // ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    49     if(!is_array(lfErrorCheck())) { 
     50    $arrErr = lfErrorCheck(); 
     51    if(!is_array($arrErr)) { 
    5052        if(is_dir($_POST['select_file'])) { 
    5153            // ¥Ç¥£¥ì¥¯¥È¥ê¤Î¾ì¹ç¤Ïjavascript¥¨¥é¡¼ 
     
    6163case 'delete': 
    6264    // ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    63     if(!is_array(lfErrorCheck())) { 
     65    $arrErr = lfErrorCheck(); 
     66    if(!is_array($arrErr)) { 
    6467        sfDeleteDir($_POST['select_file']); 
    6568    } 
Note: See TracChangeset for help on using the changeset viewer.