[geeklog-cvs] geeklog-1.3/public_html links.php,1.35,1.36

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Aug 28 15:18:02 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv10304/public_html

Modified Files:
	links.php 
Log Message:
Threw in some nl2br() calls to allow minimal formatting of a link description.


Index: links.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/links.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** links.php	23 Aug 2004 19:36:34 -0000	1.35
--- links.php	28 Aug 2004 19:17:58 -0000	1.36
***************
*** 144,148 ****
                  $linklist->set_var('link_hits', $A['hits']);
                  $linklist->set_var('link_description',
!                         stripslashes ($A['description']));
                  if ((SEC_hasAccess ($A['owner_id'], $A['group_id'],
                          $A['perm_owner'], $A['perm_group'], $A['perm_members'],
--- 144,148 ----
                  $linklist->set_var('link_hits', $A['hits']);
                  $linklist->set_var('link_description',
!                         nl2br (stripslashes ($A['description'])));
                  if ((SEC_hasAccess ($A['owner_id'], $A['group_id'],
                          $A['perm_owner'], $A['perm_group'], $A['perm_members'],
***************
*** 201,205 ****
                  $linklist->set_var('link_hits', $A['hits']);
                  $linklist->set_var('link_description',
!                         stripslashes ($A['description']));
                  if ((SEC_hasAccess ($A['owner_id'], $A['group_id'],
                          $A['perm_owner'], $A['perm_group'], $A['perm_members'],
--- 201,205 ----
                  $linklist->set_var('link_hits', $A['hits']);
                  $linklist->set_var('link_description',
!                         nl2br (stripslashes ($A['description'])));
                  if ((SEC_hasAccess ($A['owner_id'], $A['group_id'],
                          $A['perm_owner'], $A['perm_group'], $A['perm_members'],




More information about the geeklog-cvs mailing list