Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#177 closed defect (fixed)

Some semi-colons missing in php viewer sample

Reported by: waltweltonlair Owned by: rexszeto
Priority: medium Milestone: 1.2
Component: Samples Version: 1.2.0
Severity: major Keywords:
Cc: External ID: 939539

Description

I tried out the PhpViewerSample application, and was greeted with some syntax errors.

One of them was in querymain.php, on this line of code:

<body onLoad="OnLoad()" onUnload="OnUnload()" marginwidth=5 marginheight=5 leftmargin=5 topmargin=5 bottommargin=5 rightmargin=5>

There are semi-colons missing after the names of the function handlers. The fixed code looks like:

<body onLoad="OnLoad();" onUnload="OnUnload();" marginwidth=5 marginheight=5 leftmargin=5 topmargin=5 bottommargin=5 rightmargin=5>

There are probably other places where this needs to be fixed (I didn't check everywhere).

Change History (3)

comment:1 by rexszeto, 17 years ago

External ID: 939539
Owner: set to rexszeto

comment:2 by rexszeto, 17 years ago

Resolution: fixed
Status: newclosed

comment:3 by tomfukushima, 17 years ago

Milestone: 1.2
Note: See TracTickets for help on using tickets.