]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
changed ratings and exif to default off
authorCash Costello <cash.costello@gmail.com>
Tue, 30 Jun 2009 01:03:43 +0000 (01:03 +0000)
committerCash Costello <cash.costello@gmail.com>
Tue, 30 Jun 2009 01:03:43 +0000 (01:03 +0000)
views/default/object/image.php

index c99bb1ed9e63c3850dfa0734309c69d0418ece79..e38576abf5a74432391d0102578ffaf5398ace7a 100644 (file)
@@ -224,7 +224,7 @@ if ($photo_tags) {
                        }
                        
                        
-                       if (get_plugin_setting('exif', 'tidypics') != "disabled") {
+                       if (get_plugin_setting('exif', 'tidypics') == "enabled") {
 ?>
                                <?php echo elgg_view('tidypics/exif', array('guid'=> $file_guid)); ?>
 <?php          } ?>
@@ -232,7 +232,7 @@ if ($photo_tags) {
 <?php if (!is_null($tags)) { ?>
                        <div class="object_tag_string"><?php echo elgg_view('output/tags',array('value' => $tags));?></div>
 <?php } 
-                       if (get_plugin_setting('photo_ratings', 'tidypics') != "disabled") {
+                       if (get_plugin_setting('photo_ratings', 'tidypics') == "enabled") {
 ?>
                        <div id="rate_container">
        <?php echo elgg_view('rate/rate', array('entity'=> $vars['entity'])); ?>