| Anonymous | Login | Signup for a new account | 2013.05.20 08:46 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000161 | [Piwigo] database | minor | always | 2005.09.24 15:05 | 2005.09.24 21:23 | ||
| Reporter | noiry | View Status | public | ||||
| Assigned To | plg | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Fixed in Version | 1.5.0RC2 | Product Version | 1.5.0RC1 | ||
| Target Version | Product Build | ||||||
| Summary | 0000161: historique avec base user externe (forum) | ||||||
| Description |
Il y a un problème dans le fichier include/functions.inc.php car lorsque la base est géré en externe l'id du visiteur n'est pas forcement '2' : ligne 363 \''.(($user['id'] == 2) ? 'guest' : addslashes($user['username'])).'\', |
||||||
| Steps To Reproduce | |||||||
| Additional Information |
Ma solution : \''.(($user['id'] == $conf['guest_id']) ? 'guest' : addslashes($user['username'])).'\', Je sais ce que va dire zorglub : "facile de faire du bon boulot avec de l'aide" ;) |
||||||
| Tags | No tags attached. | ||||||
| browser | any | ||||||
| Database engine and version | |||||||
| PHP version | |||||||
| Web server | Apache 1.3.x | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0000262) plg (manager) 2005.09.24 21:21 |
tu l'auras voulu : "facile de faire du bon boulot avec de l'aide". |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group Contact |