web/data/goa.js
changeset 2458 4d114865098f
parent 2457 d0f31e119936
parent 2432 986718a355fa
child 2459 d088d0ff48a1
equal deleted inserted replaced
2457:d0f31e119936 2458:4d114865098f
     1 /*
       
     2  *  functions specific to ginco 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 + '"'; }