|
|
|
@ -22,10 +22,11 @@ include_once "include/profile.php";
|
|
|
|
|
include_once "include/site.php";
|
|
|
|
|
include_once "include/common.php";
|
|
|
|
|
|
|
|
|
|
$database = site_prolog(PO_USER_TYPE_USER);
|
|
|
|
|
|
|
|
|
|
$manufacturer_filter = pg_escape_string($database, isset($_REQUEST['filter']) ? $_REQUEST['filter'] : "");
|
|
|
|
|
$camera_id = pg_escape_string($database, array_key_exists('item', $_REQUEST) ? $_REQUEST['item'] : 0);
|
|
|
|
|
|
|
|
|
|
$database = site_prolog(PO_USER_TYPE_USER);
|
|
|
|
|
$type = 'camera';
|
|
|
|
|
|
|
|
|
|
$camera_current_value = pg_fetch_row(pg_query($database, "select name, model, variation, serial_number, date_of_purchase, purchased_new, url, access_rights, raw_icc_profile, users, ignore_comment
|
|
|
|
|