Ignore:
Timestamp:
Jun 21, 2007, 10:49:45 PM (17 years ago)
Author:
rub
Message:

Resolved issue 0000708: Error on synchronization

Resolved issue 0000709: Error with $confdefault_admin_layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/site_update.php

    r1903 r2038  
    55// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     7// | file          : $Id$
    98// | last update   : $Date$
    109// | last modifier : $Author$
     
    128127// +-----------------------------------------------------------------------+
    129128if (isset($_POST['submit'])
    130     and ($_POST['sync'] == 'dirs' or $_POST['sync'] == 'files')
    131     and !$general_failure)
     129    and ($_POST['sync'] == 'dirs' or $_POST['sync'] == 'files'))
    132130{
    133131  $counts['new_categories'] = 0;
     
    136134  $counts['new_elements'] = 0;
    137135  $counts['upd_elements'] = 0;
    138 
     136}
     137
     138
     139if (isset($_POST['submit'])
     140    and ($_POST['sync'] == 'dirs' or $_POST['sync'] == 'files')
     141    and !$general_failure)
     142{
    139143  $start = get_moment();
    140144  // which categories to update ?
Note: See TracChangeset for help on using the changeset viewer.