<div>Yes, I am integrated the code now ... :)<br><br>&nbsp;</div>
<div><span class="gmail_quote">2007/5/24, Oscar Renalias &lt;<a href="mailto:oscar@renalias.net">oscar@renalias.net</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Does this mean that you will integrate the rest of code any time now? :-)<br><br>Oscar<br><br>On 5/24/07, 
<a href="mailto:mark@devel.lifetype.net">mark@devel.lifetype.net</a> &lt;<a href="mailto:mark@devel.lifetype.net">mark@devel.lifetype.net</a>&gt; wrote:<br>&gt; Author: mark<br>&gt; Date: 2007-05-23 23:53:18 -0400 (Wed, 23 May 2007)
<br>&gt; New Revision: 5440<br>&gt;<br>&gt; Modified:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;plog/trunk/install/dbschemas.properties.php<br>&gt; Log:<br>&gt; Add friend list database schema.<br>&gt;<br>&gt; Modified: plog/trunk/install/dbschemas.properties.php
<br>&gt; ===================================================================<br>&gt; --- plog/trunk/install/dbschemas.properties.php 2007-05-24 00:55:01 UTC (rev 5439)<br>&gt; +++ plog/trunk/install/dbschemas.properties.php 2007-05-24 03:53:18 UTC (rev 5440)
<br>&gt; @@ -392,4 +392,36 @@<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; INDEX blog_id(blog_id)<br>&gt;&nbsp;&nbsp;&quot;;<br>&gt;&nbsp;&nbsp;$Tables[&quot;locations&quot;][&quot;options&quot;][&quot;mysql&quot;] = &quot;TYPE=MyISAM&quot;;<br>&gt; +<br>&gt; +$Tables[&quot;friend_groups&quot;][&quot;schema&quot;] = &quot;
<br>&gt; +&nbsp;&nbsp;id I(10) unsigned NOTNULL AUTOINCREMENT PRIMARY,<br>&gt; +&nbsp;&nbsp;user_id I(10) NOTNULL DEFAULT &#39;0&#39;,<br>&gt; +&nbsp;&nbsp;name C(255) NOTNULL DEFAULT &#39;&#39;,<br>&gt; +&nbsp;&nbsp;mangled_name C(255) NOTNULL DEFAULT &#39;&#39;,
<br>&gt; +&nbsp;&nbsp;description C(255) DEFAULT NULL,<br>&gt; +&nbsp;&nbsp;properties TEXT NOTNULL DEFAULT &#39;&#39;,<br>&gt; +&nbsp;&nbsp;num_friends I(10) NOTNULL DEFAULT &#39;0&#39;,<br>&gt; +&nbsp;&nbsp;num_authorized_friends I(10) NOTNULL DEFAULT &#39;0&#39;,
<br>&gt; +&nbsp;&nbsp;num_waiting_friends I(10) NOTNULL DEFAULT &#39;0&#39;,<br>&gt; +&nbsp;&nbsp;num_pending_friends I(10) NOTNULL DEFAULT &#39;0&#39;,<br>&gt; +&nbsp;&nbsp;INDEX mangled_name (mangled_name)<br>&gt; +&quot;;<br>&gt; +$Tables[&quot;friend_groups&quot;][&quot;options&quot;] = &quot;TYPE=MyISAM&quot;;
<br>&gt; +<br>&gt; +$Tables[&quot;friends&quot;][&quot;schema&quot;] = &quot;<br>&gt; +&nbsp;&nbsp;id I(10) UNSIGNED NOTNULL AUTOINCREMENT PRIMARY,<br>&gt; +&nbsp;&nbsp;user_id I(10) UNSIGNED NOTNULL DEFAULT &#39;0&#39;,<br>&gt; +&nbsp;&nbsp;friend_id I(10) UNSIGNED NOTNULL DEFAULT &#39;0&#39;,
<br>&gt; +&nbsp;&nbsp;group_id I(10) UNSIGNED NOTNULL DEFAULT &#39;0&#39;,<br>&gt; +&nbsp;&nbsp;description C(255) NOTNULL DEFAULT &#39;&#39;,<br>&gt; +&nbsp;&nbsp;article_subscribed I(10) NOTNULL DEFAULT &#39;0&#39;,<br>&gt; +&nbsp;&nbsp;resource_subscribed I(10) NOTNULL DEFAULT &#39;0&#39;,
<br>&gt; +&nbsp;&nbsp;user_authorized I(10) NOTNULL DEFAULT &#39;0&#39;,<br>&gt; +&nbsp;&nbsp;friend_authorized I(10) NOTNULL DEFAULT &#39;0&#39;,<br>&gt; +&nbsp;&nbsp;INDEX user_id (user_id),<br>&gt; +&nbsp;&nbsp;INDEX friend_id (friend_id),<br>&gt; +&nbsp;&nbsp;INDEX user_id_friend_id (user_id,friend_id),
<br>&gt; +&nbsp;&nbsp;INDEX user_id_group_id (user_id,group_id)<br>&gt; +&quot;;<br>&gt; +$Tables[&quot;friends&quot;][&quot;options&quot;] = &quot;TYPE=MyISAM&quot;;<br>&gt;&nbsp;&nbsp;?&gt;<br>&gt;<br>&gt; _______________________________________________
<br>&gt; pLog-svn mailing list<br>&gt; <a href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net</a><br>&gt; <a href="http://limedaley.com/mailman/listinfo/plog-svn">http://limedaley.com/mailman/listinfo/plog-svn
</a><br>&gt;<br>_______________________________________________<br>pLog-svn mailing list<br><a href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net</a><br><a href="http://limedaley.com/mailman/listinfo/plog-svn">
http://limedaley.com/mailman/listinfo/plog-svn</a><br></blockquote></div><br>