Changeset 10644 for temp/branches


Ignore:
Timestamp:
2006/12/14 17:11:44 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/products/upload_csv.php

    r10643 r10644  
    138138            $objQuery->rollback(); 
    139139        } 
    140         // ¥Õ¥é¥Ã¥·¥åɽ¼¨ 
    141         echo "<br/><a href=\"javascript:window.close()\">¢ªÊĤ¸¤ë</a>"; 
    142         flush(); 
    143         exit; 
    144140    } else { 
    145141        foreach($arrErr as $val) { 
    146142            echo "<font color=\"red\">$val</font></br>\n";   
    147143        } 
    148         flush(); 
    149         exit; 
    150     } 
     144    } 
     145    echo "<br/><a href=\"javascript:window.close()\">¢ªÊĤ¸¤ë</a>"; 
     146    flush(); 
     147    exit;    
    151148    break; 
    152149default: 
Note: See TracChangeset for help on using the changeset viewer.