[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/links category.php, 1.9, 1.10

Dirk Haun dhaun at qs1489.pair.com
Sun Dec 30 05:13:22 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/links
In directory qs1489.pair.com:/tmp/cvs-serv80882/public_html/admin/plugins/links

Modified Files:
	category.php 
Log Message:
Whoops, forgot to remove the old code


Index: category.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/links/category.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** category.php	30 Dec 2007 10:02:25 -0000	1.9
--- category.php	30 Dec 2007 10:13:20 -0000	1.10
***************
*** 216,220 ****
      $T->set_var('lang_save', $LANG_ADMIN['save']);
      if (!empty($cid)) {
-         $T->set_var('delete_option', '<input type="submit" value="'.$LANG_ADMIN['delete'].'" name="mode"' . XHTML . '>');
          $delbutton = '<input type="submit" value="' . $LANG_ADMIN['delete']
                     . '" name="mode"%s' . XHTML . '>';
--- 216,219 ----




More information about the geeklog-cvs mailing list