Bug #35219
Bug #35218: miscellaneous from forum
miscellaneous from forum
| Status: | Resolved | Start date: | 2012-03-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | 2012-03-25 | |
| Assignee: | Dirk Wildt | % Done: | 100% |
|
| Category: | PHP | Spent time: | 2.00 hours | |
| Target version: | 3.7.7 | Estimated time: | 2.00 hours | |
| Votes: | 0 |
Description
Description
- foreach fe_users tx_org_headquarters
- strftime expects two parameters
- implode seo
Thanks to rbert dalien for reporting this bugs.
History
Updated by Dirk Wildt about 1 year ago
- Due date set to 2012-03-25
- Category set to PHP
- Status changed from Accepted to Resolved
- Target version set to 3.7.7
- % Done changed from 0 to 100
- Estimated time set to 2.00
1. Empty marker AZBROWSER
2. class.tx_browser_pi1_seo.php line 206 and 207:
$cleanedArrKeywd = array_unique($cleanedArrKeywd);
$metaKeywd = implode(',', $cleanedArrKeywd);
Some times $cleanedArrKeywd isn't an array.