#009417: Bad variable naming

Description:

When using image alias with name ?1-kolonne? eZ template language is unpredictable. For instance on a object having an image (as object relation) and having image alias named ?1-kolonne? do the following:

<code>{$contentobject.data_map.image.content.data_map.image.content.1-kolonne|attribute(show,1)}</code>

The above will return nothing, while:
<code>{$contentobject.data_map.image.content.data_map.image.content."1-kolonne"|attribute(show,1)}</code>
Will return an array with info as expexted (note the « around 1-kolonne).


Environment:

Operating System: Windows XP
PHP Version: 4.4
Database and version: MySql 4.X


Steps to Reproduce:

See issue description


- Attachments

No attachments for this issue.


- Comments

Bug on the bug system, it translated my " to ? in the above. The image alias name is 1-kolonne!

#250243 by Tore Skobba on November 14th, 2006 [Permanent Link]

- History
Properties
Type Bug
Priority Medium
Component Misc
Affects 3.8.6
Fix Version -
Reporter Tore Skobba
Responsible -
Status 0 New
Resolution UNRESOLVED
Created November 14th, 2006
Updated November 14th, 2006
Resolved -
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #019127
  DB Deadlocks on ezcontentobject_tree when updating subnode