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

[Register]

Occasional ATutor release updates


No Members Logged In

(5 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

problem with /bounce.php


You must be signed-in to post.

AuthorSubject
  Page: 1
kiang
Subject: problem with /bounce.phpQuote this post in your reply
version: 1.4.1

I found the line 178:

$sql = "SELECT preferences FROM ".TABLE_PREFIX."preferences WHERE member_id=$_SESSION[member_id] AND course_id=$course";

should modifyed as:

$sql = "SELECT preferences FROM ".TABLE_PREFIX."courses WHERE member_id=$_SESSION[member_id] AND course_id=$course";
Posted: 2004-08-19 21:14:51
kiang
Subject: oh..Quote this post in your reply
sorry, the line 176...

and this caused an error message with line 178
Posted: 2004-08-19 21:18:34
joel

Avatar for joel
Subject: oh..Quote this post in your reply
that fix has already been made in the code repository (try a nightly build to test it out) and will be available in the 1.4.2 stable release in a few weeks.
Posted: 2004-08-20 11:01:35
 Page: 1

You must be signed-in to post.