Assembla home | Assembla project page
 

Changeset 1100

Show
Ignore:
Timestamp:
10/06/08 21:37:56 (2 months ago)
Author:
Pernod
Message:

Fix for duplicate photo albums. The problem was the dirname of a photo album did not have a trailing slash. This meant that if an album name (dirname) was extended then it was still being recognised as valid during the database cleanup.

Fixes #165

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swisscenter/base/media.php

    r1095 r1100  
    11531153        { 
    11541154          if ($table == 'photos') 
    1155             add_photo_album($dir.$file, $id); 
     1155            add_photo_album($dir.$file.'/', $id); 
    11561156 
    11571157          if ($recurse)