The branch, master has been updated
       via  270a5ab58683887f4ae4559087ac710e179b62a6 (commit)
       via  3caed26dddffbb0437f8c87bee4b39c00b6ce347 (commit)
      from  a06d689598baca6a29db3ea071d800cbf4182b6d (commit)


- Log -----------------------------------------------------------------
commit 270a5ab58683887f4ae4559087ac710e179b62a6
Author: Marc Delisle <[email protected]>
Date:   Sat Aug 27 08:57:33 2011 -0400

    Unneeded spaces

commit 3caed26dddffbb0437f8c87bee4b39c00b6ce347
Author: Marc Delisle <[email protected]>
Date:   Sat Aug 27 08:55:53 2011 -0400

    Extraneous space interferes with a comparison

-----------------------------------------------------------------------

Summary of changes:
 tbl_zoom_select.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 2b603a5..01b4cc0 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -142,10 +142,10 @@ for ($i = 0; $i < 4; $i++) {
     <?php
     for ($j = 0 ; $j < $fields_cnt ; $j++) {
         if (isset($inputs[$i]) && $inputs[$i] == 
htmlspecialchars($fields_list[$j])) {?>
-                <option value="<?php echo 
htmlspecialchars($fields_list[$j]);?>" selected="selected">  <?php echo 
htmlspecialchars($fields_list[$j]);?></option>
+                <option value="<?php echo 
htmlspecialchars($fields_list[$j]);?>" selected="selected"><?php echo 
htmlspecialchars($fields_list[$j]);?></option>
         <?php
         } else { ?>
-                <option value="<?php echo 
htmlspecialchars($fields_list[$j]);?> ">  <?php echo 
htmlspecialchars($fields_list[$j]);?></option>
+                <option value="<?php echo 
htmlspecialchars($fields_list[$j]);?>"><?php echo 
htmlspecialchars($fields_list[$j]);?></option>
         <?php
         }
     } ?>


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to