1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 23:00:51 +03:00

fix #312 - Удаление закрывающего тега "?>"

This commit is contained in:
Mzhelskiy Maxim 2014-05-28 12:37:30 +07:00
parent 289ee5485a
commit 90db2098af
80 changed files with 80 additions and 159 deletions

View file

@ -477,5 +477,4 @@ class ActionAdmin extends Action {
*/
$this->Viewer_Assign('sMenuHeadItemSelect',$this->sMenuHeadItemSelect);
}
}
?>
}

View file

@ -133,5 +133,4 @@ class ActionComments extends Action {
*/
$this->Viewer_Assign('sMenuHeadItemSelect',$this->sMenuHeadItemSelect);
}
}
?>
}

View file

@ -545,5 +545,4 @@ class ActionContent extends Action {
$this->Viewer_Assign('sMenuItemSelect',$this->sMenuItemSelect);
$this->Viewer_Assign('sMenuSubItemSelect',$this->sMenuSubItemSelect);
}
}
?>
}

View file

@ -88,5 +88,4 @@ class ActionError extends Action {
$this->Viewer_AddHtmlTitle($this->Lang_Get('error'));
$this->SetTemplateAction('index');
}
}
?>
}

View file

@ -327,5 +327,4 @@ class ActionIndex extends Action {
$this->Viewer_Assign('iCountTopicsSubNew',$this->iCountTopicsNew);
$this->Viewer_Assign('sNavTopicsSubUrl',$this->sNavTopicsSubUrl);
}
}
?>
}

View file

@ -240,5 +240,4 @@ class ActionLogin extends Action {
return Router::Action('error');
}
}
}
?>
}

View file

@ -107,5 +107,4 @@ class ActionMy extends Action {
$sPage=$iPage==1 ? '' : "page{$iPage}/";
Router::Location($this->oUserProfile->getUserWebPath().'created/comments/'.$sPage);
}
}
?>
}

View file

@ -160,5 +160,4 @@ class ActionPersonalBlog extends Action {
$this->Viewer_Assign('iCountTopicsSubNew',$iCountTopicsPersonalNew);
$this->Viewer_Assign('sNavTopicsSubUrl',$this->sNavTopicsSubUrl);
}
}
?>
}

View file

@ -349,5 +349,4 @@ class ActionRegistration extends Action {
*/
protected function EventConfirm() {
}
}
?>
}

View file

@ -374,5 +374,4 @@ class ActionRss extends Action {
}
return $sText;
}
}
?>
}

View file

@ -104,5 +104,4 @@ class ActionTag extends Action {
*/
$this->Viewer_Assign('sMenuHeadItemSelect',$this->sMenuHeadItemSelect);
}
}
?>
}

View file

@ -54,5 +54,4 @@ class BlockBlogNav extends Block {
$this->Viewer_Assign("aNavigatorBlogs",$aResult['collection']);
}
}
}
?>
}

View file

@ -40,5 +40,4 @@ class BlockBlogs extends Block {
$this->Viewer_Assign('sBlogsTop',$sTextResult);
}
}
}
?>
}

View file

@ -34,5 +34,4 @@ class BlockBlogsSearch extends Block {
$this->Viewer_Assign("aBlogCategories",$aCategories);
$this->Viewer_Assign("iCountBlogsAll",$aBlogsAll['count']);
}
}
?>
}

View file

@ -39,5 +39,4 @@ class BlockStream extends Block {
$this->Viewer_Assign('sStreamComments',$sTextResult);
}
}
}
?>
}

View file

@ -57,5 +57,4 @@ class BlockTags extends Block {
}
}
}
}
?>
}

View file

@ -39,5 +39,4 @@ class BlockTagsCity extends Block {
*/
$this->Viewer_Assign("aCityList",$aCities);
}
}
?>
}

View file

@ -39,5 +39,4 @@ class BlockTagsCountry extends Block {
*/
$this->Viewer_Assign("aCountryList",$aCountries);
}
}
?>
}

View file

@ -60,5 +60,4 @@ class BlockTagsFavouriteTopic extends Block {
$this->Viewer_Assign("oFavouriteUser",$oUser);
}
}
}
?>
}

View file

@ -39,5 +39,4 @@ class HookCopyright extends Hook {
*/
return '&copy; Powered by <a href="http://livestreetcms.org">LiveStreet CMS</a>';
}
}
?>
}

View file

@ -51,5 +51,4 @@ class HookMain extends Hook {
*/
$this->Ls_SenderRun();
}
}
?>
}

View file

@ -53,5 +53,4 @@ class HookStatisticsPerformance extends Hook {
*/
return $this->Viewer_Fetch('actions/ActionAdmin/statistics_performance.tpl');
}
}
?>
}

View file

@ -571,5 +571,4 @@ class ModuleACL extends Module {
}
return true;
}
}
?>
}

View file

@ -1166,5 +1166,4 @@ class ModuleBlog extends Module {
$this->Cache_Clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG,array('blog_update'));
return $res;
}
}
?>
}

View file

@ -381,5 +381,4 @@ class ModuleBlog_EntityBlog extends Entity {
public function setVote($data) {
$this->_aData['vote']=$data;
}
}
?>
}

View file

@ -78,5 +78,4 @@ class ModuleBlog_EntityBlogCategory extends Entity {
public function getUrlWeb() {
return Router::GetPath('blogs').$this->getUrlFull().'/';
}
}
?>
}

View file

@ -146,5 +146,4 @@ class ModuleBlog_EntityBlogUser extends Entity {
public function setUser($data) {
$this->_aData['user']=$data;
}
}
?>
}

View file

@ -785,5 +785,4 @@ class ModuleBlog_MapperBlog extends Mapper {
}
return $aResult;
}
}
?>
}

View file

@ -960,5 +960,4 @@ class ModuleComment extends Module {
public function GetCommentItemsByArrayId($aCommentId) {
return $this->GetCommentsByArrayId($aCommentId);
}
}
?>
}

View file

@ -466,5 +466,4 @@ class ModuleComment_EntityComment extends Entity {
public function setCountFavourite($data) {
$this->_aData['comment_count_favourite']=$data;
}
}
?>
}

View file

@ -87,5 +87,4 @@ class ModuleComment_EntityCommentOnline extends Entity {
public function setTargetParentId($data) {
$this->_aData['target_parent_id']=$data;
}
}
?>
}

View file

@ -928,5 +928,4 @@ class ModuleComment_MapperComment extends Mapper {
}
return $aResult;
}
}
?>
}

View file

@ -469,5 +469,4 @@ class ModuleFavourite extends Module {
}
return false;
}
}
?>
}

View file

@ -98,5 +98,4 @@ class ModuleFavourite_EntityFavourite extends Entity {
public function setTargetType($data) {
$this->_aData['target_type']=$data;
}
}
?>
}

View file

@ -23,5 +23,4 @@
*/
class ModuleFavourite_EntityTag extends Entity {
}
?>
}

View file

@ -539,5 +539,4 @@ class ModuleFavourite_MapperFavourite extends Mapper {
}
return $aResult;
}
}
?>
}

View file

@ -419,5 +419,4 @@ class ModuleGeo extends Module {
}
return false;
}
}
?>
}

View file

@ -23,5 +23,4 @@
*/
class ModuleGeo_EntityCity extends ModuleGeo_EntityGeo {
}
?>
}

View file

@ -23,5 +23,4 @@
*/
class ModuleGeo_EntityCountry extends ModuleGeo_EntityGeo {
}
?>
}

View file

@ -114,5 +114,4 @@ class ModuleGeo_EntityGeo extends Entity {
}
return null;
}
}
?>
}

View file

@ -23,5 +23,4 @@
*/
class ModuleGeo_EntityRegion extends ModuleGeo_EntityGeo {
}
?>
}

View file

@ -23,5 +23,4 @@
*/
class ModuleGeo_EntityTarget extends Entity {
}
?>
}

View file

@ -365,5 +365,4 @@ class ModuleGeo_MapperGeo extends Mapper {
}
return $aResult;
}
}
?>
}

View file

@ -566,5 +566,4 @@ class ModuleNotify extends Module {
return $this->sDir.'/'.$this->Lang_GetLangDefault().'/'.$sName;
}
}
}
?>
}

View file

@ -136,5 +136,4 @@ class ModuleNotify_EntityTask extends Entity {
public function setNotifySubject($data) {
$this->_aData['notify_subject']=$data;
}
}
?>
}

View file

@ -130,5 +130,4 @@ class ModuleNotify_MapperNotify extends Mapper {
}
return $aTasks;
}
}
?>
}

View file

@ -200,5 +200,4 @@ class ModuleRating extends Module {
$oUserTarget->setRating($iRatingNew);
return $iValue*$iDelta;
}
}
?>
}

View file

@ -23,5 +23,4 @@
*/
class ModuleStream_EntityEvent extends Entity {
}
?>
}

View file

@ -297,5 +297,4 @@ class ModuleSubscribe extends Module {
}
return false;
}
}
?>
}

View file

@ -23,5 +23,4 @@
*/
class ModuleSubscribe_EntitySubscribe extends Entity {
}
?>
}

View file

@ -145,5 +145,4 @@ class ModuleSubscribe_MapperSubscribe extends Mapper {
}
return $aResult;
}
}
?>
}

View file

@ -801,5 +801,4 @@ class ModuleTalk extends Module {
*/
$this->Media_RemoveTarget('talk',$iTalkId,true);
}
}
?>
}

View file

@ -278,5 +278,4 @@ class ModuleTalk_EntityTalk extends Entity {
public function setTalkUsers($data) {
$this->_aData['talk_users']=$data;
}
}
?>
}

View file

@ -137,5 +137,4 @@ class ModuleTalk_EntityTalkUser extends Entity {
public function setUser($data) {
$this->_aData['user']=$data;
}
}
?>
}

View file

@ -552,5 +552,4 @@ class ModuleTalk_MapperTalk extends Mapper {
}
return $bOk;
}
}
?>
}

View file

@ -104,5 +104,4 @@ class ModuleTopic_EntityTopicRead extends Entity {
public function setCommentIdLast($data) {
$this->_aData['comment_id_last']=$data;
}
}
?>
}

View file

@ -129,5 +129,4 @@ class ModuleTopic_EntityTopicTag extends Entity {
public function setSize($data) {
$this->_aData['size']=$data;
}
}
?>
}

View file

@ -1556,5 +1556,4 @@ class ModuleUser extends Module {
}
return false;
}
}
?>
}

View file

@ -23,5 +23,4 @@
*/
class ModuleUser_EntityChangemail extends Entity {
}
?>
}

View file

@ -164,5 +164,4 @@ class ModuleUser_EntityFriend extends Entity {
}
return false;
}
}
?>
}

View file

@ -136,5 +136,4 @@ class ModuleUser_EntityInvite extends Entity {
public function setUsed($data) {
$this->_aData['invite_used']=$data;
}
}
?>
}

View file

@ -51,5 +51,4 @@ class ModuleUser_EntityNote extends Entity {
}
return $this->Lang_Get('user_note.notices.target_error');
}
}
?>
}

View file

@ -119,5 +119,4 @@ class ModuleUser_EntityReminder extends Entity {
public function setIsUsed($data) {
$this->_aData['reminde_is_used']=$data;
}
}
?>
}

View file

@ -120,5 +120,4 @@ class ModuleUser_EntitySession extends Entity {
public function setDateLast($data) {
$this->_aData['session_date_last']=$data;
}
}
?>
}

View file

@ -738,5 +738,4 @@ class ModuleUser_EntityUser extends Entity {
public function setUserFriend($data) {
$this->_aData['user_friend']=$data;
}
}
?>
}

View file

@ -1280,5 +1280,4 @@ class ModuleUser_MapperUser extends Mapper {
}
return $aReturn;
}
}
?>
}

View file

@ -180,5 +180,4 @@ class ModuleVote extends Module {
$this->Cache_Clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG,array("vote_update_{$sTargetType}"));
return $this->oMapper->DeleteVoteByTarget($aTargetId,$sTargetType);
}
}
?>
}

View file

@ -136,5 +136,4 @@ class ModuleVote_EntityVote extends Entity {
public function setIp($data) {
$this->_aData['vote_ip']=$data;
}
}
?>
}

View file

@ -94,5 +94,4 @@ class ModuleVote_MapperVote extends Mapper {
$res=$this->oDb->query($sql,$aTargetId,$sTargetType);
return $res===false or is_null($res) ? false : true;
}
}
?>
}

View file

@ -247,5 +247,4 @@ class ModuleWall extends Module {
$this->UpdatePidWall($oWallParent);
}
}
}
?>
}

View file

@ -118,5 +118,4 @@ class ModuleWall_EntityWall extends Entity {
public function getUrlWall() {
return $this->getWallUser()->getUserWebPath().'wall/';
}
}
?>
}

View file

@ -194,5 +194,4 @@ class ModuleWall_MapperWall extends Mapper {
}
return $aResult;
}
}
?>
}

View file

@ -30,5 +30,4 @@ $config['db']['params']['type'] = 'mysqli';
$config['db']['params']['dbname'] = 'social';
$config['db']['table']['prefix'] = 'prefix_';
return $config;
?>
return $config;

View file

@ -29,5 +29,4 @@ $config['db']['params']['pass'] = '';
$config['db']['params']['type'] = 'mysqli';
$config['db']['params']['dbname'] = 'social';
return $config;
?>
return $config;

View file

@ -39,5 +39,4 @@ $config['module']['user']['captcha_use_registration'] = false; // провер
$config['lang']['current'] = 'english';
$config['lang']['default'] = 'english';
return $config;
?>
return $config;

View file

@ -1232,5 +1232,4 @@ return array(
'13' => '[UTC + 13] Tonga Time, Phoenix Islands Time, Kamchatka Time',
'14' => '[UTC + 14] Line Island Time'
)
);
?>
);

View file

@ -1389,5 +1389,4 @@ return array(
'13' => '[UTC + 13] Острова Феникс, Тонга',
'14' => '[UTC + 14] Остров Лайн'
)
);
?>
);

View file

@ -55,5 +55,4 @@ $sLockFilePath=Config::Get('sys.cache.dir').'notify.lock';
* передавая параметром путь к лок-файлу
*/
$app=new NotifyCron($sLockFilePath);
print $app->Exec();
?>
print $app->Exec();

View file

@ -45,5 +45,4 @@ class TemplateCacheCleanCron extends Cron {
* Создаем объект крон-процесса
*/
$app=new TemplateCacheCleanCron();
print $app->Exec();
?>
print $app->Exec();

@ -1 +1 @@
Subproject commit 951cb452e48653762efdc99cf2b1d879c4803262
Subproject commit 73b47c15a5c98a0f5b7ac4c0ecdecf5b0f194101