Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
ut-tex
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2015-12-10 10:01:23 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1598f3d45d21cb0fe531b81f383c6856d3ed40f1
1598f3d4
1 parent
7f098dbc
[node61] Fixed unit name
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
genpdf/genpdf.php
mephimemo/mephimemo.cls
genpdf/genpdf.php
View file @
1598f3d
...
...
@@ -799,7 +799,7 @@ foreach ($files as $file) {
}
else
{
$_GET
[
'resourse-sshrequired'
]
=
'нет'
;
}
$subdivs
=
json_decode
(
file_get_contents
(
'https://cps.mephi.ru/?cmd=getsubdivinfo&s_code='
.
$_GET
[
'subdiv-code'
]
));
$subdivs
=
json_decode
(
file_get_contents
(
'https://cps.mephi.ru/?cmd=getsubdivinfo&s_code='
.
urlencode
(
$_GET
[
'subdiv-code'
])
));
$subdiv
=
$subdivs
->
result
->
s0
;
$_GET
[
'subdiv-name'
]
=
$subdiv
->
name
;
break
;
...
...
@@ -811,7 +811,7 @@ foreach ($files as $file) {
}
else
die
(
'"subdiv-code" is not set'
);
}
$subdivs
=
json_decode
(
file_get_contents
(
'https://cps.mephi.ru/?cmd=getsubdivinfo&s_code='
.
$_GET
[
'subdiv-code'
]
));
$subdivs
=
json_decode
(
file_get_contents
(
'https://cps.mephi.ru/?cmd=getsubdivinfo&s_code='
.
urlencode
(
$_GET
[
'subdiv-code'
])
));
$subdiv
=
$subdivs
->
result
->
s0
;
$_GET
[
'subdiv-name'
]
=
$subdiv
->
name
;
break
;
...
...
mephimemo/mephimemo.cls
View file @
1598f3d
...
...
@@ -106,7 +106,7 @@
{#2}
\end{flushright}
\vspace{
5
em}
\vspace{
1
em}
\mmstartmemo
}
\newcommand{\mmheader}[2]{
...
...
Please
register
or
login
to post a comment