Skip to content

Conversation

@komalm
Copy link
Contributor

@komalm komalm commented Apr 13, 2017

No description provided.

{
$calHeading = strtoupper($eachColumn);
// Remove double Quotes from the data
$eachColumn = str_replace('"', '', $eachColumn);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why 3 different variables? eachColumn eachColumn2 final_eachColumn ?
only one should do.

$colNames = array_intersect($plugcolNames[0], $confirgcols);

if (!empty($colNames))
// Change By komal to show default field
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove your name, add issue id in comment

$param = json_decode($QueryData->param);
$this->colToshow = $param->colToshow;
}
// Added By komal to show default field
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove name, add issue id in comment if needed at all

$finalValue2 = preg_replace('/(\r\n|\r|\n)+/', " ", $finalValue);

// Remove extra spaces from the data
$final_text_value = preg_replace('/\s+/', " ", $finalValue2);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

again, use only single variable

@vaivk369 vaivk369 merged commit 9fd3eb9 into techjoomla:dev May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants