bug #3087682 [interface] Do not apply LeftFrameDBSeparator on first character.
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
tables.
|
||||
- rfe #2956556 [interface] Allow to wrap enum values.
|
||||
- bug #1669459 [interface] Do not automatically mark PDF schema rows to delete
|
||||
- bug #3087682 [interface] Do not apply LeftFrameDBSeparator on first character.
|
||||
|
||||
3.3.9.0 (not yet released)
|
||||
|
||||
|
@@ -308,7 +308,7 @@ require_once './libraries/List.class.php';
|
||||
// have the db name, the separator, then the rest which
|
||||
// might contain a separator
|
||||
// like dbname_the_rest
|
||||
$pos = strpos($db, $separator);
|
||||
$pos = strpos($db, $separator, 1);
|
||||
|
||||
if ($pos !== false) {
|
||||
break;
|
||||
|
Reference in New Issue
Block a user