diff options
author | rub <rub@piwigo.org> | 2008-02-16 13:22:47 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-02-16 13:22:47 +0000 |
commit | 81a509d5bfca69c678e0c1eb66f6731db61c222c (patch) | |
tree | 9aae0e4d7f421fc6fe87c2c1e5177430a0d5c96b /include/common.inc.php | |
parent | ea3769d28365be0e6f1a08c40508bb8c5543c6b9 (diff) |
Resolved issue 0000712: PWG-ERROR-VERSION on remote synchronization
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2212 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/common.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index f4fafa1c3..ef772747f 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $Id$ @@ -125,6 +125,7 @@ if (!defined('PHPWG_INSTALLED')) foreach( array( 'array_intersect_key', //PHP 5 >= 5.1.0RC1 'hash_hmac', //(hash) - enabled by default as of PHP 5.1.2 + 'preg_last_error', // PHP 5 >= 5.2.0 ) as $func) { if (!function_exists($func)) |