[geeklog-cvs] Geeklog-1.x/plugins/links/language english.php, 1.31, 1.32 english_utf-8.php, 1.18, 1.19

Dirk Haun dhaun at qs1489.pair.com
Sun Jun 22 04:24:15 EDT 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Fixed SQL error when trying to change a category id to an already existing id (part of bug #0000659)


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** english.php	13 Apr 2008 11:59:08 -0000	1.31
--- english.php	22 Jun 2008 08:24:12 -0000	1.32
***************
*** 147,150 ****
--- 147,151 ----
  $PLG_links_MESSAGE15 = 'You do not have sufficient rights to delete this category.';
  $PLG_links_MESSAGE16 = 'No such category exists.';
+ $PLG_links_MESSAGE17 = 'This category id is already in use.';
  
  // Messages for the plugin upgrade

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english_utf-8.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** english_utf-8.php	13 Apr 2008 11:59:08 -0000	1.18
--- english_utf-8.php	22 Jun 2008 08:24:12 -0000	1.19
***************
*** 147,150 ****
--- 147,151 ----
  $PLG_links_MESSAGE15 = 'You do not have sufficient rights to delete this category.';
  $PLG_links_MESSAGE16 = 'No such category exists.';
+ $PLG_links_MESSAGE17 = 'This category id is already in use.';
  
  // Messages for the plugin upgrade




More information about the geeklog-cvs mailing list