PHP Classes

File: upgrade/language/english/cnt-2.2.x-to-2.3.0.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   upgrade/language/english/cnt-2.2.x-to-2.3.0.php   Download  
File: upgrade/language/english/cnt-2.2.x-to-2.3.0.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 676 bytes
 

Contents

Class file image Download
<?php
// _LANGCODE: en
// _CHARSET : UTF-8
// Translator: XOOPS Translation Team

define('_CONFIRM_UPGRADE_220', "
The upgrade scripts will migrate data from existent 'profile' module.<br>
Please don't uninstall the existent 'profile' module manually, otherwise corresponding data won't be migrated.<br><br>
Once the upgrade process is fully completed please <strong>go to module administration area to update 'profile' module</strong>. Once this is done, profile data will be migrated completely.<br><br>
To cancel the upgrade, <a href='index.php'>click here</a>.<br><br>
Or to <a style='color:green; font-size:1.3em;' href='index.php?action=next&upd220=ok'>proceed</a>.
"
);