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

[Register]

Occasional ATutor release updates


No Members Logged In

(7 guests in past 15 min.)
Locations of visitors to this page

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.