Forum OpenACS Development: Re: Who maintains photo-album, package owners in general

I'm now seeing this error when trying to add a regular old jpeg. This is Jeff's original package running on 7.3.2:
ERROR:  Function datetime("unknown") does not exist
	Unable to identify a function that satisfies the given argument types
	You may need to add explicit typecasts
SQL:  
                    UPDATE pa_photos 
                    SET camera_model = NULL,
                    user_filename = 'test.jpg',
                    date_taken = datetime(NULL),
                    flash = '0',
                    aperture = NULL,
                    metering = NULL,
                    focal_length = NULL,
                    exposure_time = NULL,
                    focus_distance = NULL,
                    sha256 = 'd7a0df414fc5dec295b20a15639f0fa1436f9a1087ef6941c565e871d87a744b'
                    WHERE pa_photo_id = '5443'
...

Looks like datetime has changed (or was possibly removed) in 7.3.2. Is anyone familiar with the change?