<tr> <td> <if condition="$show['sendmax']"><div><phrase 1="$permissions[pmsendmax]">$vbphrase[may_send_to_x_people]</phrase></div></if> <if condition="$show['sendmultiple']"><div>$vbphrase[separate_multiple_names]</div></if> </td> </tr> </table> </fieldset> <!-- / recipients field -->
<if condition="$show[rag_contacts]"> <tr> <td> <table width="100%"> <thead> <tr> <td class="tcat"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('rag_pmfriends')"><img id="collapseimg_rag_pmfriends" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_rag_pmfriends].gif" alt="" border="0" /></a> $vbphrase[contacts] </td> </tr> </thead> <tbody id="collapseobj_rag_pmfriends" style="$vbcollapse[collapseobj_rag_pmfriends]"> <tr><td><table> $rag_friends </table></td></tr> </tbody> </table> </td> </tr> <script type="text/javascript"> toggle_collapse('rag_pmfriends'); </script></if>
Show Your Support
<?php // title: set recipients // code: if ($_POST['do'] == 'insertpm' AND $_POST['rag_recipients']) { foreach ($_POST['rag_recipients'] AS $rag_recipient) { $string_rec .= $rag_recipient . '; '; } if ($_POST['recipients'] != '') { $_POST['recipients'] = $_POST['recipients'] . '; ' . $string_rec; } else { $_POST['recipients'] = $string_rec; } } ?>
if ($_POST['do'] == 'insertpm'){ foreach ($_POST['rag_recipients'] AS $rag_recipient)
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 155