mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Quick Lookup] Added DOK
This commit is contained in:
@@ -90,6 +90,10 @@ class Lookup_model extends CI_Model{
|
||||
$sqlquerytypestring .= " and col_cont = ?";
|
||||
$binds[] = $queryinfo['continent'];
|
||||
break;
|
||||
case 'dok':
|
||||
$sqlquerytypestring .= " and col_darc_dok = ?";
|
||||
$binds[] = $queryinfo['dok'];
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
return $sqlquerytypestring;
|
||||
|
||||
Reference in New Issue
Block a user