Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5
This commit is contained in:
commit
761cf904ac
@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3593604 [status] Erroneous advisor rule
|
||||
- bug #3596070 [status] localStorage broken in server status monitor
|
||||
- bug #3598736 [routines] Editing a procedure with special characters
|
||||
- bug #3600322 [core] Visualize GIS data throws Fatal Error
|
||||
|
||||
3.5.5.0 (2012-12-21)
|
||||
- bug #3563824 [export] Support Apache's mod_deflate
|
||||
|
||||
@ -76,7 +76,7 @@ abstract class PMA_GIS_Geometry
|
||||
*
|
||||
* @return WKT with the set of parameters passed by the GIS editor
|
||||
*/
|
||||
public abstract function generateWkt($gis_data, $index, $empty);
|
||||
public abstract function generateWkt($gis_data, $index, $empty = '');
|
||||
|
||||
/**
|
||||
* Returns OpenLayers.Bounds object that correspond to the bounds of GIS data.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user