1
Discussion & Troubleshooting / Bug or ?- declaration
« on: December 30, 2007, 06:29:40 PM »
HI,
one question:
i found a code in details.php (Version 1.7.4):
I don't understund it.
Bug, or what is the declaration about:
Thanks
KurtW
one question:
i found a code in details.php (Version 1.7.4):
Code: [Select]
$cat_id_sql = $cat_id_sql !== 0 ? "AND cat_id IN ($cat_id_sql)" : "";
}
else {
$cat_id_sql = get_auth_cat_sql("auth_viewcat", "NOTIN");
$cat_id_sql = $cat_id_sql !== 0 ? "AND cat_id NOT IN (".$cat_id_sql.")" : "";
}
I don't understund it.
Bug, or what is the declaration about:
Code: [Select]
!==
Thanks
KurtW