View Issue Details

IDProjectCategoryView StatusLast Update
0001658OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reportermafi Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.4.0 revision 28699 
Summary0001658: 2 sesion variables named nearly the same
DescriptionThere are two session variables:
deladrid ( used mainly in core classes)
and
deladdrid ( used mainly in view classes)

it's not a bug as everything works fine, but it's very dirty having two very similar variables with the same meaning but with slightly different writing.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2010-04-14 09:54

reporter   ~0002528

@developers: please, check from source code side if this issue exist and changes can be done easily without any side effects.

arvydas_vapsva

2010-04-14 10:27

reporter   ~0002532

Reminder sent to: mafi

checked the source code and found out that "deladdrid" parameter is only written/deleted to/from session. As its not used in oxid i like to remove it instead of renaming it. Do you use this parameter in own modules?