Patched serendipity_displayImageList() to only sync images when $limit_path is NULL and $manage is false.

Bumped version to beta3 for better version management on plugins.
This commit is contained in:
Matthew Groening
2006-08-21 18:09:20 +00:00
parent 89f459855c
commit 72388a349b
2 changed files with 109 additions and 109 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if (IS_installed === true && !defined('IN_serendipity')) {
include(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
// The version string
$serendipity['version'] = '1.1-beta2';
$serendipity['version'] = '1.1-beta3';
// Setting this to 'false' will enable debugging output. All alpa/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.
$serendipity['production'] = (preg_match('@\-(alpha|beta|cvs)@', $serendipity['version']) ? false : true);