mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 07:21:03 +02:00
Admin UI generic ajax 'sortable' solution; Admin UI generic ajax 'inline edit' solution (works only on number and text field types at this moment); Model/Admin UI now support GUID like Primary Id's; various minor fixes, language defines
This commit is contained in:
@@ -1361,6 +1361,8 @@ class e_model extends e_object
|
||||
}
|
||||
else
|
||||
{
|
||||
if(!is_numeric($id)) $id = "'{$id}'";
|
||||
|
||||
$res = $sql->db_Select(
|
||||
$this->getModelTable(),
|
||||
$this->getParam('db_fields', '*'),
|
||||
|
Reference in New Issue
Block a user