Changeset 955147
- Timestamp:
- 07/26/2014 06:52:24 AM (12 years ago)
- Location:
- lsd-google-maps-embedder/trunk/views
- Files:
-
- 2 edited
-
options.php (modified) (2 diffs)
-
tinymce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lsd-google-maps-embedder/trunk/views/options.php
r954627 r955147 1 <? 1 <?php 2 2 3 3 class lsd_gme_options { … … 28 28 } 29 29 30 $config = get_option("lsd_gme_config"); 31 32 if (is_null($config) || $config == '') { 33 34 $config = array(); 35 36 } 30 $config = get_option("lsd_gme_config", array()); 37 31 38 32 if ($updated) { -
lsd-google-maps-embedder/trunk/views/tinymce.php
r954627 r955147 1 <? 1 <?php 2 2 3 3 class lsd_gme_tinymce {
Note: See TracChangeset
for help on using the changeset viewer.