aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/www/policy/private
diff options
context:
space:
mode:
authorM.Gergo2020-09-10 13:45:03 +0200
committerM.Gergo2020-09-10 13:45:03 +0200
commitdc2b3d12c866d02833def3704cbb0725e04ca7a1 (patch)
treec9fbefe37d834bdcee7783d8e618f03fcafba56d /mayor-orig/mayor-naplo/www/policy/private
parent847eb4a21606966ac5573c6ed6df878eff93841a (diff)
downloadmayor-dc2b3d12c866d02833def3704cbb0725e04ca7a1.tar.gz
mayor-dc2b3d12c866d02833def3704cbb0725e04ca7a1.zip
Rev: 4681rev4681
Diffstat (limited to 'mayor-orig/mayor-naplo/www/policy/private')
-rw-r--r--mayor-orig/mayor-naplo/www/policy/private/naplo/intezmeny/osztaly-pre.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/mayor-naplo/www/policy/private/naplo/intezmeny/osztaly-pre.php b/mayor-orig/mayor-naplo/www/policy/private/naplo/intezmeny/osztaly-pre.php
index 62d0f384..0acd5f0f 100644
--- a/mayor-orig/mayor-naplo/www/policy/private/naplo/intezmeny/osztaly-pre.php
+++ b/mayor-orig/mayor-naplo/www/policy/private/naplo/intezmeny/osztaly-pre.php
@@ -125,7 +125,7 @@ if ($action == 'oidEllenor' && __NAPLOADMIN===true) {
$oidxp = explode("\n",str_replace(' ',"\n",str_replace('\r','\n',$_POST['oidtxt'])));
$ADAT['oidtxt'] = $_re;
for($i=0; $i<count($oidxp); $i++) {
- $_oid = $oidxp[$i];
+ $_oid = trim($oidxp[$i]);
$ADAT['oidCheck'][$_oid] = getDiakokByPattern($_oid);
}