From: Andrew Garrett Date: Wed, 28 Jan 2009 23:55:00 +0000 (+0000) Subject: Tweak variable name to avoid confusion. X-Git-Tag: 1.31.0-rc.0~43152 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=2454a53583542a307c84fe7ce82e85389a45a3c2;p=lhc%2Fweb%2Fwiklou.git Tweak variable name to avoid confusion. --- diff --git a/includes/Pager.php b/includes/Pager.php index 32bfec5637..653b88186b 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -745,8 +745,8 @@ abstract class TablePager extends IndexPager { } function formatRow( $row ) { - $class = $this->getRowClass( $row ); - $s = "\n"; + $rowClass = $this->getRowClass( $row ); + $s = "\n"; $fieldNames = $this->getFieldNames(); $this->mCurrentRow = $row; # In case formatValue needs to know foreach ( $fieldNames as $field => $name ) {