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

[Register]

Occasional ATutor release updates


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

Sample Code Syntax Error


You must be signed-in to post.

AuthorSubject
  Page: 1
crusty
Subject: Sample Code Syntax ErrorQuote this post in your reply
help.atutor.ca/developer/guidelines.html#example

line 18 : $_section[1][1] = 'tools/page.php;

requires a trailing single quote:

$_section[1][1] = 'tools/page.php';

The syntax colouring feature of the Geany editor revealed this immediately.
Posted: 2009-04-30 05:24:52
harris

Avatar for harris
Subject: Re: Sample Code Syntax ErrorQuote this post in your reply
Fixed, thanks.
Posted: 2009-04-30 09:17:36
 Page: 1

You must be signed-in to post.