Changeset 1841 in ExiteCMS for trunk/administration/db_backup.php


Ignore:
Timestamp:
10/09/08 13:25:17 (4 years ago)
Author:
hverton
Message:

fixed typo in db_backup.php
fixed config error in the dutch language pack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/db_backup.php

    r1833 r1841  
    223223                    } 
    224224                } 
    225                 if ($ins_count) > 0) { 
     225                if ($ins_count > 0) { 
    226226                    if (preg_match("/INSERT INTO `(.*?)`/i",$line,$tmp) <> 0) { 
    227227                        $ins = $tmp[1]; 
Note: See TracChangeset for help on using the changeset viewer.