texasmath ([personal profile] texasmath) wrote in [site community profile] dw_dev 2010-09-21 03:02 am (UTC)

FWIW, here's the header for the file in question:

# part of this distribution.


use strict;
package LJ::S2;

# these are needed for S2::PROPS
use DW;
use lib DW->home . "/src/s2";
use S2;

use Carp;

sub EntryPage


And the line using S2::PROPS :

            my $comment_userpic;
            my $comment_userpic_style = $opts->{ctx}->[S2::PROPS]->{comment_userpic_style};
            if ( ( my $pic = $userpic{$com->{picid}} ) && ( $comment_userpic_style ne 'off' ) )  {


I do appreciate all the help!
TDP.

Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org