You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program
laodc 672e57ea48 Patched bug where rcube_db::quote() was causing an infinite connection loop. (#6175)
As rcube_db::quote() checks to see if the connection is up before quoting, this would cause the class to try connect again, as rcube_db::$dbh was not being set until AFTER conn_configure was completed, causing a loop.

So updated rcube_db::$dbh in the rcube::conn_create() function instead allowing access to the new object straight away.

It's needed for edeb5d7.
8 years ago
..
include Fix PHP 7.2 warning: count(): Parameter must be an array or an object that implements Countable 8 years ago
js Fix using display_message() with a localization label from inside an iframe 8 years ago
lib/Roundcube Patched bug where rcube_db::quote() was causing an infinite connection loop. (#6175) 8 years ago
localization Add two labels, use consistent spacing 8 years ago
resources Remove external javascript code from the git repo, add jsdeps.sh script (#5535) 9 years ago
steps Elastic: Bootstrap 4.0.0 compat. 8 years ago