Changeset 15512

Show
Ignore:
Timestamp:
03/12/08 10:45:22 (7 months ago)
Author:
w_i
Message:

Fixed typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/widget/position.php

    r15502 r15512  
    298298            if (! $city_id) 
    299299            { 
    300                 $city_name = $results["{$this->_element_id}_input_place_city"]; 
     300                $city_name = $_REQUEST["{$this->_element_id}_input_place_city"]; 
    301301            } 
    302302        }