[geeklog-cvs] geeklog-1.3/public_html/admin trackback.php,1.6,1.7

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Jan 30 15:23:19 EST 2005


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

Modified Files:
	trackback.php 
Log Message:
Oops, missing .php extension ...


Index: trackback.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/trackback.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** trackback.php	30 Jan 2005 20:01:23 -0000	1.6
--- trackback.php	30 Jan 2005 20:23:17 -0000	1.7
***************
*** 528,533 ****
              $ping_sent = true;
          } else if (isset ($what[2])) {  // Trackback
!             $url = $_CONF['site_admin_url'] . '/trackback?mode=pretrackback&id='
!                  . $id;
              if ($type != 'article') {
                  $url .= '&type=' . $type;
--- 528,533 ----
              $ping_sent = true;
          } else if (isset ($what[2])) {  // Trackback
!             $url = $_CONF['site_admin_url']
!                  . '/trackback.php?mode=pretrackback&id=' . $id;
              if ($type != 'article') {
                  $url .= '&type=' . $type;




More information about the geeklog-cvs mailing list