mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
typo fix
This commit is contained in:
@@ -5425,13 +5425,13 @@ class e_admin_ui extends e_admin_controller_ui
|
|||||||
$sql->update($this->table, $this->sortField . ' = '.$c.' WHERE '.$this->pid.' = '.intval($row[$this->pid]).' LIMIT 1');
|
$sql->update($this->table, $this->sortField . ' = '.$c.' WHERE '.$this->pid.' = '.intval($row[$this->pid]).' LIMIT 1');
|
||||||
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
$this->afterSort($result, $_POST);
|
$this->afterSort($result, $_POST);
|
||||||
|
|
||||||
// e107::getLog()->addDebug(print_r($_POST,true))->toFile('SortAjax','Admin-UI Ajax Sort Log', true);
|
// e107::getLog()->addDebug(print_r($_POST,true))->toFile('SortAjax','Admin-UI Ajax Sort Log', true);
|
||||||
|
Reference in New Issue
Block a user