Created
November 2, 2015 07:27
-
-
Save nyphalim/8cf1e51a8df4284e3199 to your computer and use it in GitHub Desktop.
filter events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $arFilter = Array( | |
| "IBLOCK_ID"=>array("6", "22", "4"), | |
| "ACTIVE"=>"Y", | |
| array( | |
| "LOGIC" => "OR", | |
| array("PROPERTY_AUTHORS"=> $arResult["ID"]), | |
| array("PROPERTY_author"=> $arResult["ID"]), | |
| ), | |
| ">PROPERTY_WDATE" => FormatDate("Y-m-d H:i", mktime(date("H"), 0, 0, date("m"), date("d"), date("Y"))), | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment