- Add roma theme to upgrade page.
- Upgrade translation. git-svn-id: http://piwigo.org/svn/trunk@2819 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
05ada8ba82
commit
214164c9a1
11 changed files with 338 additions and 58 deletions
|
|
@ -85,6 +85,7 @@ if (!empty($inserts))
|
|||
// | Perform upgrades |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
ob_start();
|
||||
echo '<pre>';
|
||||
|
||||
for ($upgrade_id = 61; ; $upgrade_id++)
|
||||
|
|
@ -115,6 +116,7 @@ INSERT INTO `'.PREFIX_TABLE.'upgrade`
|
|||
}
|
||||
|
||||
echo '</pre>';
|
||||
ob_clean();
|
||||
|
||||
// now we upgrade from 2.0.0
|
||||
// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.0.0.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue