From: Brian Wolff Date: Sun, 22 Nov 2015 17:29:02 +0000 (-0500) Subject: Allow maintenance/cdb.php to look up keys with spaces in them. X-Git-Tag: 1.31.0-rc.0~8906^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=62e77b47035471600c2c04137cc5a03d16e33529;p=lhc%2Fweb%2Fwiklou.git Allow maintenance/cdb.php to look up keys with spaces in them. Change-Id: I4fd5f86706cf33345e650fac1c54d86c18207be5 --- diff --git a/maintenance/cdb.php b/maintenance/cdb.php index 2e252adb03..5aaf01f32f 100644 --- a/maintenance/cdb.php +++ b/maintenance/cdb.php @@ -61,7 +61,7 @@ do { exit; } - $args = explode( ' ', $line ); + $args = explode( ' ', $line, 2 ); $command = array_shift( $args ); // process command