<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Hi....</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><span id="gmail-result_box" class="gmail-" lang="en"><span class="gmail-">this problem comes later from version 1.3 of ABCD.</span><br><span class="gmail-">I told Gilda about this at the time.<br></span></span></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">a hug.</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><span id="gmail-result_box" class="gmail-" lang="en"><span class="gmail-"></span></span></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><img src="https://docs.google.com/uc?export=download&id=0B9BBgCzWdpMmeE81cmM5MjNESzg&revid=0B9BBgCzWdpMmSGVrNHNJNmExQnBJQiswZThzMXpSN3lWZG5JPQ"><br></div></div></div>
<br><div class="gmail_quote">2017-12-18 9:09 GMT-04:00 De Smet Egbert <span dir="ltr"><<a href="mailto:egbert.desmet@uantwerpen.be" target="_blank">egbert.desmet@uantwerpen.be</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
the script dibujarhojadeentrada is a very complicated one (as the number of lines already indicates) and is maintained by Guilda Ascencio, so I prefer not to make any changes there now.<br>
But there is a solution : use the replace-function in the PFT. The problem as you describe it is only that the subfield markers need to be switched (^o -> ^d and v.v.) on-the-fly, which can be performed in the PFT by the statement (if applied on v980 e.g. the date/operator field in our MARC21) :<br>
<br>
replace(replace(replace(v980,'<wbr>^d','~o'),'^o','^d'),'~o','^o'<wbr>)<br>
<br>
This will show the field correctly, but if you need the real stored values to be changed, use a gizmo to perform the switch.<br>
<br>
Egbert de Smet<br>
Universiteit Antwerpen<br>
______________________________<wbr>__________<br>
From: isis-users <isis-users-bounces+egbert.<wbr>desmet=<a href="mailto:ua.ac.be@iccisis.org">ua.ac.be@iccisis.org</a>> on behalf of Ligia Dias de Freitas <<a href="mailto:ligia.freitas@pucrs.br">ligia.freitas@pucrs.br</a>><br>
Sent: Monday, December 18, 2017 1:29 PM<br>
To: <a href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a><br>
Subject: [Isis-users] Operator/date field in ABCD2.0f (2017-01-01) -    subfields are switched<br>
<br>
Hi,<br>
<br>
I'm testing Github's version ABCD2.0f (2017-01-01) and found a problem: the field operator/date (OD) is saving like this:<br>
^o20171218 11:46:08^dligia<br>
<br>
While in the version ABCD2.0b (2015-03-25) it salves like this:<br>
^d20171218 09:25:05^oligia<br>
<br>
The difference is that in the current version it saves the date in the ^o subfield and the operator in the ^d subfield but I think it should be the other way around as it was before.<br>
<br>
The code seems to be in lines 1405-1407 of the file dibujarhojadeentra.php but I’m not sure if it’s only there.<br>
<br>
Is there a quick fix for this?<br>
<br>
Thanks in advance<br>
Lígia Freitas<br>
<br>
______________________________<wbr>_________________<br>
isis-users mailing list<br>
<a href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a><br>
To manage your own subscription options go to: <a href="http://lists.iccisis.org/listinfo/isis-users" rel="noreferrer" target="_blank">http://lists.iccisis.org/<wbr>listinfo/isis-users</a><br>
Or contact Henk Rutten: <a href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a><br>
</blockquote></div><br></div>