[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_4-17324-g270a5ab
    Marc Delisle 
    lem9 at users.sourceforge.net
       
    Sat Aug 27 14:57:44 CEST 2011
    
    
  
The branch, master has been updated
       via  270a5ab58683887f4ae4559087ac710e179b62a6 (commit)
       via  3caed26dddffbb0437f8c87bee4b39c00b6ce347 (commit)
      from  a06d689598baca6a29db3ea071d800cbf4182b6d (commit)
- Log -----------------------------------------------------------------
commit 270a5ab58683887f4ae4559087ac710e179b62a6
Author: Marc Delisle <marc at infomarc.info>
Date:   Sat Aug 27 08:57:33 2011 -0400
    Unneeded spaces
commit 3caed26dddffbb0437f8c87bee4b39c00b6ce347
Author: Marc Delisle <marc at infomarc.info>
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
    
    
More information about the Git
mailing list