Revision 1593
Added by Luisehahne almost 14 years ago
| upgrade.php | ||
|---|---|---|
| 78 | 78 |
$sql .= 'SET `created_by`=`posted_by`, `created_when`=`posted_when`'; |
| 79 | 79 |
$database->query($sql); |
| 80 | 80 |
} |
| 81 |
|
|
| 82 |
$array = rebuildFolderProtectFile($sPostsPath); |
|
| 81 | 83 |
// now iterate through all existing accessfiles, |
| 82 | 84 |
// write its creation date into database |
| 83 | 85 |
$oDir = new DirectoryIterator($sPostsPath); |
Also available in: Unified diff
rebuild protectfile in pages/posts