this add GetRecordValue in exported functions, and made it to return a ref.
---
 C4/Biblio.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index c643e5b..71f8676 100755
--- a/C4/Biblio.pm
+++ b/C4/Biblio.pm
@@ -63,6 +63,7 @@ BEGIN {
                &GetBiblioItemByBiblioNumber
                &GetBiblioFromItemNumber
                
+               &GetRecordValue
                &GetFieldMapping
                &SetFieldMapping
                &DeleteFieldMapping
@@ -507,7 +508,7 @@ sub GetRecordValue {
         }
     }
     
-    return @result;
+    return \...@result;
 }
 
 =head2 SetFieldMapping
-- 
1.6.0.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to