divinum-officium/web/cgi-bin/horas/officium.pl #4598
Replies: 3 comments
-
What You mean? |
Beta Was this translation helpful? Give feedback.
0 replies
-
just marking two lines, of which I cannot see reason behind, trying to understand - why 2 lines of code required here, I think it is a bug maybe. |
Beta Was this translation helpful? Give feedback.
0 replies
-
They are rare used to prevent compare same versions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
if ($Ck) {
$version1 = $version; # save value for use in horas
$version2 = check_version($version2);
$version2 ||= $version;
if ($version eq $version2) { $version2 = 'Divino Afflatu - 1954'; }
if ($version eq $version2) { $version2 = 'Rubrics 1960 - 1960'; }
$lang1 = $lang2 = $langc;
}
Beta Was this translation helpful? Give feedback.
All reactions