<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I was wondering about the location
for the inclusion of lib-custom.php at the top of lib-common. We have the
inclusion of all plugins functions at the end of lib-common.php. This means that
any code in lib-custom can not use plugin functions unless they are called only
after lib-common has completed executing.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Additionally, lib-custom is called before $_USER is
initialized so code can not use $_USER either (unless it's called after
lib-common completes)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>There is a need to have code in lib-custom
execute before any initializtion of $_USER (and the main user session) - and
believe thats why it's called where it is now.</FONT></DIV><FONT face=Arial
size=2>
<DIV><BR>Is there not a need for both - a Pre-Initialize and Post
Initialize lib-custom.</DIV>
<DIV> </DIV>
<DIV>Comments?</DIV>
<DIV> </DIV>
<DIV>Blaine</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>