6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9223] Kronolith_Tagger: ensureTypes not recognizing existing types
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. . __ .. . [__]|_/ / ` ||__| | || \\__.\__|| |
Comment
>> The result of the db-statement is: >> Array ( [0] => Array ( [1] => calendar ) [1] => Array ( [2] => event ) ) >> -> $id=0; $type=Array ( [1] => calendar ) >> -> $id=1; $ype=Array ( [2] => event ) > > Sorry to belabor the point, but this is the output of: > > var_dump($this->_db->selectAssoc('SELECT type_id, > type_name FROM ' . $this->_t('types') . ' WHERE type_name IN > ('.implode(',', array_map(array($this->_db, 'quote'), > array_keys($typeName))).')')); > > ? > > When I dump that, I (correctly) get: > > > array(2) { [1]=> string(8) "calendar" [2]=> string(5) "event" }
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers