This commit is contained in:
Marc Delisle
2002-07-13 12:09:23 +00:00
parent e784fa2b01
commit ce2e66a014

View File

@@ -16,10 +16,10 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
* *
* It uses a synthetic string that contains all the required informations. * It uses a synthetic string that contains all the required informations.
* In this string: * In this string:
* - the first two characters stand for the the action to do while * - the first two characters stand for the action to do while
* clicking on the "edit" link (eg 'ur' for update a row, 'nn' for no * clicking on the "edit" link (eg 'ur' for update a row, 'nn' for no
* edit link...); * edit link...);
* - the next two characters stand for the the action to do while * - the next two characters stand for the action to do while
* clicking on the "delete" link (eg 'kp' for kill a process, 'nn' for * clicking on the "delete" link (eg 'kp' for kill a process, 'nn' for
* no delete link...); * no delete link...);
* - the next characters are boolean values (1/0) and respectively stand * - the next characters are boolean values (1/0) and respectively stand