Change some PhpWebGallery to Piwigo.
Not all PhpWebGallery has been translated! git-svn-id: http://piwigo.org/svn/trunk@2339 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
52797d017e
commit
51491ab08f
16 changed files with 183 additions and 183 deletions
|
|
@ -23,10 +23,10 @@
|
|||
|
||||
function check_upgrade()
|
||||
{
|
||||
// Is PhpWebGallery already installed ?
|
||||
// Is Piwigo already installed ?
|
||||
if (!defined('PHPWG_IN_UPGRADE') or !PHPWG_IN_UPGRADE)
|
||||
{
|
||||
$message = 'PhpWebGallery is not in upgrade mode. In include/mysql.inc.php,
|
||||
$message = 'Piwigo is not in upgrade mode. In include/mysql.inc.php,
|
||||
insert line
|
||||
<pre style="background-color:lightgray">
|
||||
define(\'PHPWG_IN_UPGRADE\', true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue