Update to 2012-01-25 “Angua”

This commit is contained in:
Hannes Magnusson
2012-02-01 09:43:20 +01:00
parent e85a09a522
commit a922554669
1048 changed files with 48785 additions and 12936 deletions

View File

@ -7,7 +7,7 @@
*/
// update message version
$updateVersion = 30;
$updateVersion = 36;
// xdebug_start_profiling();
@ -27,9 +27,13 @@ if (isset($_SERVER['HTTP_X_DOKUWIKI_DO'])){
require_once(DOKU_INC.'inc/init.php');
//import variables
$_REQUEST['id'] = str_replace("\xC2\xAD",'',$_REQUEST['id']); //soft-hyphen
$QUERY = trim($_REQUEST['id']);
$ID = getID();
// deprecated 2011-01-14
$NS = getNS($ID);
$REV = $_REQUEST['rev'];
$IDX = $_REQUEST['idx'];
$DATE = $_REQUEST['date'];