Changeset 5894 for temp/trunk/html/admin/system
- Timestamp:
- 2006/09/26 15:18:34 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r5893 r5894 486 486 while (!feof($fp)) { 487 487 $data = fgetcsv($fp, 1000000); 488 sfprintr($data);489 488 490 489 //¶õÇò¹Ô¤Î¤È¤¤Ï¥Æ¡¼¥Ö¥ëÊѹ¹ 491 if (count($data) <= 0 ) { 490 // if (count($data) <= 0 ) { 491 if (!isset($data)) { 492 492 $base_sql = ""; 493 493 $tbl_flg = false;
Note: See TracChangeset
for help on using the changeset viewer.
