Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: efa06c360b8961e730c0fea558bacf9622137a9c
https://github.com/phpmyadmin/phpmyadmin/commit/efa06c360b8961e730c0fea558b…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2014-10-04 (Sat, 04 Oct 2014)
Changed paths:
M libraries/tbl_relation.lib.php
M tbl_relation.php
Log Message:
-----------
Function does not handle null values even if it was documented to handle them
Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 03debd0a6eafa1277e7a15ca5d4748bfed5f5054
https://github.com/phpmyadmin/phpmyadmin/commit/03debd0a6eafa1277e7a15ca5d4…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-10-04 (Sat, 04 Oct 2014)
Changed paths:
M libraries/insert_edit.lib.php
M tbl_change.php
M test/libraries/PMA_insert_edit_test.php
Log Message:
-----------
Refactor: we had three similar functions, refactored into just one.
Also, these functions returned false, or a string containing the type,
but the string was only used to indirectly mean a true value; now
we explicitely return true in this case.
Signed-off-by: Marc Delisle <marc(a)infomarc.info>