In cp_lib.cgi
########
# find #
########
local ($forum_number, $topic_number, $array_start, $page_number, @topic_file, @stat_line, @ordered_topic, $j, $ThisPage, $TopicPageTotal, $PostTotal, $PageName, $whole, @postinfo, $MaxPoint, $ContinueAt, $NextPage, $TotalPages, $close_transfer_wording, $ubb_friend_on, $close_option, $reply_button, $move_option, $delete_option, $reply_restrict, $topic_restrict, $reply_wording, $topic_wording, $category, $cat_name, $line, @thisline, $un_coded, $public_name, $this_user_name, $hyphen_date, $ip_number, $ip_wording, $is_reg, @datearray, @timearray, $year_check, $year, $ThisDate, $get_hour, $get_minute, $FormatTime, $post_body, $edit_link, @user_profile, $this_user_number, $user_status, @themonths, $RegDate, $RegMon, $RegDay, $RegYear, $AuthorExtra, $profile_link, $email_link, $icon_number, $this_icon, $direct_reply, $alt_color, $hop_to_options, $page_name, $show_public_name, $ip_divider, $cat_line1, $cat_line2, $user_rating, $user_type, %Rater, %User, %votes, %total, %avg, %weighted_avg, $homepage_link, @author_extra, $location_line, $regdate_line, $post_total_line, @blank, $u, $member_number, $allow_images, $overall_rating, $stars, $rating_line, $total_votes, $pm_link, %rate_list);
local (*FILE);
#############
# below add #
#############
local (@mypostinfo)
############
dont forget the ; above - so its
local (@mypostinfo);
[ 11-20-2001: Message edited by: sleepy ]