Changeset 5672 for temp


Ignore:
Timestamp:
2006/09/25 10:54:53 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/bkup.php

    r5671 r5672  
    215215    if (count($array) > 0) { 
    216216        foreach($array as $key => $val) { 
    217             if ($val = "") { 
     217            if ($val == "") { 
    218218                $line .= "".null.","; 
    219219            }else{ 
Note: See TracChangeset for help on using the changeset viewer.