Changes between Initial Version and Version 1 of Ticket #693


Ignore:
Timestamp:
Sep 10, 2008, 2:40:49 PM (16 years ago)
Author:
jbirch
Comment:

minor formatting

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #693 – Description

    initial v1  
    1 AJAX Viewer Fixes for PHP and ASP.NET - Value for property is null. - MgProxyFeatureReader.GetProperty line 448
     1AJAX Viewer Fixes for PHP and ASP.NET - Value for property is null. - !MgProxyFeatureReader.!GetProperty line 448
    22
    33Will these changes or something like this be implemented in the next
     
    88
    99PHP - Add if statement around the switch($propType) area.
     10{{{
     11
    1012Line 158
    1113if ($features->IsNull($propName))
     
    1719
    1820
     21}}}
     22
    1923ASP.NET - Add if statement around the switch (propType) area.
    2024Line 163
     25
     26{{{
     27
    2128if(features.IsNull(prop))
    2229{
     
    2532else
    2633{
     34
     35}}}