RE: [nbux-users] bpmedialist problem
Status: Beta
Brought to you by:
pbuschman
|
From: Peter L. B. <pl...@io...> - 2003-01-16 18:46:31
|
Hmm... I guess so.... a lot of the diff files had to be merged manually
since I was working
with a different NBUX.pm than Scott had.... I'll fix and update.
--PLB
At 10:23 AM 1/16/2003 -0800, Grosch, Scott wrote:
> > # Keep the real status around so people can do their own checks
> > # Binary checks are faster than string checks...
> > my $real_status = $status;
>
>Looks like Peter missed a few updates. Right after that line
>it should say:
>
>$status = join(' ', @status_flags);
>
> > status=> "$status",
>
>And right after this line it should say:
>
> real_status => "$real_status",
>
>
>that then has the string version in $status, and the hex
>version in real_status.
>
>
>-------------------------------------------------------
>This SF.NET email is sponsored by: Thawte.com
>Understand how to protect your customers personal information by implementing
>SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
>Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
>_______________________________________________
>nbux-users mailing list
>nbu...@li...
>https://lists.sourceforge.net/lists/listinfo/nbux-users
|