Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(6 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Bug Reports

1.5.1 Bug Fix Patches


You must be signed-in to post.

AuthorSubject
  Page: 1
joel

Avatar for joel
Subject: 1.5.1 Bug Fix PatchesQuote this post in your reply
Those using ATutor prior to 1.5.2 are encouraged to patch their installations with the following changes:

1) place
if (!defined('AT_INCLUDE_PATH')) { exit; }

at the top of include/html/forum.inc.php

2)
add the lines:
else {
$section = 'general';
}

a) starting at line 53 in documentation/common/body_header.inc.php

b) and at line 32 in documentation/common/print.php

3)
a) remove <?php echo $_base_href; ?> from line 31 in admin/translate.php

b) add
if (!defined('AT_INCLUDE_PATH')) { exit; }
to the top of include/html/editor_tabs/news.inc.php

c) replace
echo $_GET['p'];
with
echo preg_replace('/[^a-zA-Z0-9_.]*/i', '', $_GET['p']);
in line 86 of documentation/add_note.php
Posted: 2005-10-26 11:39:21
 Page: 1

You must be signed-in to post.