[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    [PEAR-CVS] cvs: pear /Structures_DataGrid/DataGrid/Renderer HTMLTable.php
From:       "Mark Wiesemann" <wiesemann () php ! net>
Date:       2006-01-30 14:55:21
Message-ID: cvswiesemann1138632921 () cvsserver
[Download RAW message or body]

wiesemann		Mon Jan 30 14:55:21 2006 UTC

  Modified files:              
    /pear/Structures_DataGrid/DataGrid/Renderer	HTMLTable.php 
  Log:
  typo fixes
  
http://cvs.php.net/viewcvs.cgi/pear/Structures_DataGrid/DataGrid/Renderer/HTMLTable.php?r1=1.71&r2=1.72&diff_format=u
                
Index: pear/Structures_DataGrid/DataGrid/Renderer/HTMLTable.php
diff -u pear/Structures_DataGrid/DataGrid/Renderer/HTMLTable.php:1.71 \
                pear/Structures_DataGrid/DataGrid/Renderer/HTMLTable.php:1.72
--- pear/Structures_DataGrid/DataGrid/Renderer/HTMLTable.php:1.71	Thu Jan 26 19:50:34 \
                2006
+++ pear/Structures_DataGrid/DataGrid/Renderer/HTMLTable.php	Mon Jan 30 14:55:21 2006
@@ -18,7 +18,7 @@
 // |          Mark Wiesemann <wiesemann@php.net>                          |
 // +----------------------------------------------------------------------+
 //
-// $Id: HTMLTable.php,v 1.71 2006/01/26 19:50:34 wiesemann Exp $
+// $Id: HTMLTable.php,v 1.72 2006/01/30 14:55:21 wiesemann Exp $
 
 require_once 'Structures/DataGrid/Renderer/Common.php';
 require_once 'HTML/Table.php';
@@ -49,7 +49,7 @@
  *                        array(fieldName => array(attribute => value, ...) ... )
  *                       
  * 
- * @version  $Revision: 1.71 $
+ * @version  $Revision: 1.72 $
  * @author   Andrew S. Nagy <asnagy@webitecture.org>
  * @author   Olivier Guilyardi <olivier@samalyse.com>
  * @author   Mark Wiesemann <wiesemann@php.net>
@@ -157,7 +157,7 @@
     }
 
     /**
-     * Define the table's even row attrbiutes
+     * Define the table's even row attributes
      *
      * @access public
      * @param  array    $attribs    The associative array of attributes for the
@@ -354,7 +354,7 @@
             // Print Content to HTML_Table
             $this->_tableHeader->setHeaderContents(0, $col, $str);
             if (isset ($this->options['headersAttributes'][$field])) {
-                $this->_tableHeader->setCellAttributes(0, $col, \
$this->options['columnAttributes'][$field]); +                \
$this->_tableHeader->setCellAttributes(0, $col, \
$this->options['headersAttributes'][$field]);  }
         }
     }

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic