[mapguide-trac] #177: Some semi-colons missing in php viewer sample

MapGuide Open Source trac_mapguide at osgeo.org
Fri May 25 16:05:39 EDT 2007


#177: Some semi-colons missing in php viewer sample
------------------------------+---------------------------------------------
   Reporter:  waltweltonlair  |       Owner:       
       Type:  defect          |      Status:  new  
   Priority:  medium          |   Milestone:       
  Component:  Samples         |     Version:  1.2.0
   Severity:  major           |    Keywords:       
External_id:                  |  
------------------------------+---------------------------------------------
 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).

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/177>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list