This commit is contained in:
Solomon Peachy 2008-08-17 10:54:49 -04:00
parent 74421739e1
commit e961c5cf4e
3 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,9 @@ For further information about Photo Organizer, see its web site at:
==========================================================================
2.32a (October 19, 2006)
- Installer wasn't creating the repository directory properly
2.32a (October 12, 2006)
- Fix an installation error when using Postgres 8.1
- Create the archive directory before we create the initial database.

View File

@ -20,7 +20,7 @@
include_once "calendar.php";
function version() {
return "2.32a";
return "2.32b";
}
function xml_to_html($xml_code) {

View File

@ -149,6 +149,7 @@ function po207_first_volume($dbh) {
function po213_214_migrate_repo($dbh) {
global $image_repository_path;
global $new_install;
global $first_volume;
if ($new_install === TRUE) {
print "<li>Creating new image repository layout...";