
9 May
2014
9 May
'14
9:22 a.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 510825c97e5baa7fb6468b382a224c21e704826b https://github.com/phpmyadmin/phpmyadmin/commit/510825c97e5baa7fb6468b382a22... Author: Michal Čihař <michal@cihar.com> Date: 2014-05-09 (Fri, 09 May 2014) Changed paths: M libraries/DatabaseInterface.class.php M libraries/dbi/DBIDrizzle.class.php M libraries/dbi/DBIMysql.class.php M libraries/dbi/DBIMysqli.class.php Log Message: ----------- Share implementation of insertId among DBIs There is no need to have the method implemented three times. Signed-off-by: Michal Čihař <michal@cihar.com>