[geeklog-cvs] geeklog-1.3/public_html/admin syndication.php,1.4,1.5

dhaun at geeklog.net dhaun at geeklog.net
Sun Dec 28 13:45:08 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/admin
In directory geeklog_prod:/tmp/cvs-serv1084

Modified Files:
	syndication.php 
Log Message:
Fixed delete option (missing '>').


Index: syndication.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/admin/syndication.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** syndication.php	12 Sep 2003 11:51:03 -0000	1.4
--- syndication.php	28 Dec 2003 18:45:05 -0000	1.5
***************
*** 246,250 ****
      if ($A['fid'] > 0) {
          $feed_template->set_var ('delete_option', '<input type="submit" value="'
!                                  . $LANG33[3] . '" name="mode"');
      }
      $feed_template->set_var ('feed_id', $A['fid']);
--- 246,250 ----
      if ($A['fid'] > 0) {
          $feed_template->set_var ('delete_option', '<input type="submit" value="'
!                                  . $LANG33[3] . '" name="mode">');
      }
      $feed_template->set_var ('feed_id', $A['fid']);





More information about the geeklog-cvs mailing list