[geeklog-cvs] geeklog-1.3/plugins/staticpages functions.inc,1.48,1.49

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Jan 31 06:18:00 EST 2005


Update of /var/cvs/geeklog-1.3/plugins/staticpages
In directory www:/tmp/cvs-serv25095

Modified Files:
	functions.inc 
Log Message:
Fixed typo (the index for the static pages table is 'staticpage', not 'staticpages') which prevented the autolinks from working


Index: functions.inc
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/staticpages/functions.inc,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** functions.inc	4 Jan 2005 14:21:57 -0000	1.48
--- functions.inc	31 Jan 2005 11:17:58 -0000	1.49
***************
*** 575,579 ****
                               . $sp_id);
          if (empty ($autotag['parm2'])) {
!             $linktext = stripslashes (DB_getItem ($_TABLES['staticpages'],
                                        'sp_title', "sp_id = '$sp_id'"));
          } else {
--- 575,579 ----
                               . $sp_id);
          if (empty ($autotag['parm2'])) {
!             $linktext = stripslashes (DB_getItem ($_TABLES['staticpage'],
                                        'sp_title', "sp_id = '$sp_id'"));
          } else {




More information about the geeklog-cvs mailing list