Ignore:
Timestamp:
Feb 16, 2008, 2:27:50 PM (16 years ago)
Author:
rub
Message:

Resolved issue 0000712: PWG-ERROR-VERSION on remote synchronization

Merge branch-1_7 2211:2212 into BSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r2201 r2213  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | file          : $Id$
     
    125125  'array_intersect_key', //PHP 5 >= 5.1.0RC1
    126126  'hash_hmac', //(hash) - enabled by default as of PHP 5.1.2
     127  'preg_last_error', // PHP 5 >= 5.2.0
    127128  ) as $func)
    128129{
Note: See TracChangeset for help on using the changeset viewer.