up observations

This commit is contained in:
qronald
2016-08-11 09:09:55 -04:00
parent 89d14cd041
commit 51fb384adc

View File

@@ -526,7 +526,7 @@ class Translation extends BaseTranslation
* string $colname
* bool $numeric
**/
function sortByColumn($table, $colname) {
public function sortByColumn($table, $colname) {
$tn = $ts = $temp_num = $temp_str = array();
foreach ($table as $key => $row) {
if(is_numeric(substr($row[$colname], 0, 1))) {