web/data/cubicweb.goa.js
changeset 0 b97547f5f1fa
child 5658 7b9553a9db65
child 5767 1d811df051c2
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 /*
       
     2  *  functions specific to cubicweb on google appengine
       
     3  *
       
     4  *  :organization: Logilab
       
     5  *  :copyright: 2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
       
     6  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7  */
       
     8 
       
     9 /* overrides rql_for_eid function from htmlhelpers.hs */
       
    10 function rql_for_eid(eid) { return 'Any X WHERE X eid "' + eid + '"'; }