Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
v0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lesha724 committed Dec 23, 2019
1 parent d336506 commit fcb8aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mb_internal_encoding("UTF-8");
ini_set('expose_php', 'Off');

define('ASU_PORTAL_VERSION', '0.4.17');
define('ASU_PORTAL_VERSION', '0.4.18');

// Debug is on when remote address is localhost
defined('YII_DEBUG') or $_SERVER['REMOTE_ADDR'] === '127.0.0.1' and define('YII_DEBUG', true);
Expand Down
2 changes: 1 addition & 1 deletion protected/models/Ustem.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public function getUstem11Arr($us1)

public function getUstem7Arr()
{
if(Yii::app()->core->universityCode == U_NMU)
if(in_array(Yii::app()->core->universityCode, [U_NMU, 60]))
$sql = <<<SQL
select rz8 from rz group by rz8
SQL;
Expand Down

0 comments on commit fcb8aea

Please sign in to comment.