Hi Bassel!!

where are you living now? next week you will be in Poland and after in
Berlin..Great!! i want go but..must work..perhaps i can see you nexe event.


Roger

PD: you mail is working good ?

-- 
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/836828

Title:
  php is not working inside sql

Status in Aiki Framework:
  New

Bug description:
  php is not working inside inline sql

  example from ocal

  <select id="permission_((userid))">
  (sql(
  (SELECT * from aiki_users_groups||
  <option value="[-[group_level]-]" <php if [-[group_level]-] == ((usergroup)) 
then selected="selected" php>>[-[group_permissions]-]
  <php str_replace(foo,bar,foobar) php></option>)
  )sql)
  </select>

  it displays

  <select id="permission_655411">

  <option value="1" >SystemGOD </option>
  <option value="2" >librarian </option>
  <option value="3" >ViewPublished </option>

  <option value="101" >nothing </option>
  <option value="4" >normal </option>
  <option value="3" >employees </option>
  </select>

  no selected="selected" and no barbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/836828/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to