Action Ball 2 features everything players loved about the original Breakout hit and more! Can you handle the hottest brick-busting action you've ever seen? Download Action Ball 2 today and find out!
Добрый день. Я заметил, что в мой код не добавляется$scripttext .= 'YMaps.Events.observe('.$markername.', '.$markername.'.Events.Click, function (obj) {' ."\n";$scripttext .= ' map.setCenter(latlng'. $currentmarker->id.');' ."\n";$scripttext .= ' map.setZoom('.(int)$currentmarker->zoombyclick.');' ."\n";$scripttext .= '});' ."\n";Следовательно не выполняется условие if (($allowUserMarker == 0) || (isset($currentmarker->userprotection) && (int)$currentmarker->userprotection == 1) || ($currentUserID == 0) || (isset($currentmarker->createdbyuser)&& (((int)$currentmarker->createdbyuser != $currentUserID ) || ((int)$currentmarker->createdbyuser == 0))) ) Я правильно понимаю? От чего такое может происходить?