function select(){
global $pdo, $numing, $pagin;
return $pdo->query("SELECT * FROM test ORDER BY name LIMIT $numing,$pagin");
}
$fetch = select() ? $pdo->fetchAll() : array();
<?
$datetime = $arItem["PROPERTIES"]["DATE"]["VALUE"];
echo FormatDate("f d Y",MakeTimeStamp($datetime)); // Январь 30 2018
?>
img{
max-width: 90%;
height: auto!important;
}
@media only screen and (max-width: 640px) {
img{
/*using important only cause have "style" in elements*/
display: block;
margin: 0 auto!important;
max-width: 90%!important;
float: inherit!important; }
}
img{
max-width: 100%;
height: auto!important;
}
$uid = intval($tmp['ID']);
$arUserGroups = CUser::GetUserGroup($uid);
if(!in_array(10,$arUserGroups){
$arUserGroups[] = 10;
CUser::SetUserGroup($uid,$arUserGroups);
}
в коде - то где используется PROPERTY_SUMM_VALUE
хотя отладка из комментария выше - правильней.