Yo,

In going through the GUI patches, I have the following hack to silence
those goofy undefined re match errors from OPD:

$ cat OSCAR/oscar/packages/oda/scripts/oda-1.30.patch 
--- /usr/lib/perl5/site_perl/oda.pm.orig        2004-10-04
21:23:47.000000000 -0700
+++ /usr/lib/perl5/site_perl/oda.pm     2004-10-08 23:52:38.000000000
-0700
@@ -6185,7 +6185,8 @@
 #              $$result_hash_ref{ $unescaped_field_name } =
 #                  $database_handle->unquote
 #                  ( $$result_hash_ref{ $unescaped_field_name } );
-               if ( $$result_hash_ref{ $unescaped_field_name } =~
/^\'.*\'$/ ) {
+               if ( $$result_hash_ref{ $unescaped_field_name }
+                    && $$result_hash_ref{ $unescaped_field_name } =~
/^\'.*\'$/ ) {
                    $$result_hash_ref{ $unescaped_field_name } =~
s/^\'//;
                    $$result_hash_ref{ $unescaped_field_name } =~
s/\'$//;
                }
$

Has somebody (Bernard?) applied such a patch or otherwise fixed the
problem?

-- 
David N. Lombard
 
My comments represent my opinions, not those of Intel Corporation.


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to