Skip to content

Commit

Permalink
Remove trailing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Aug 1, 2012
1 parent 82293cf commit 8ff3ab8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libraries/TableSearch.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ class PMA_TableSearch
* @var array
*/
private $_foreigners;

private $_common_functions;

/**
* Get CommmonFunctions
*
*
* @return CommonFunctions object
*/
public function getCommonFunctions()
Expand All @@ -95,7 +95,7 @@ public function getCommonFunctions()
}
return $this->_common_functions;
}


/**
* Public Constructor
Expand Down Expand Up @@ -548,9 +548,9 @@ private function _getGeomWhereClause($criteriaValues, $names,
private function _getWhereClause($criteriaValues, $names, $types, $collations,
$func_type, $unaryFlag, $geom_func = null
) {

$common_functions = PMA_CommonFunctions::getInstance();

// If geometry function is set
if ($geom_func != null && trim($geom_func) != '') {
return $this->_getGeomWhereClause(
Expand Down Expand Up @@ -770,7 +770,7 @@ private function _getOptions()
$html_output .= $this->getCommonFunctions()->getDivForSliderEffect(
'searchoptions', __('Options')
);

/**
* Displays columns select list for selecting distinct columns in the search
*/
Expand Down

0 comments on commit 8ff3ab8

Please sign in to comment.