web/data/goa.js
branchstable
changeset 2409 15fae1998967
parent 2408 7fc87a20b829
child 2410 109059543c14
equal deleted inserted replaced
2408:7fc87a20b829 2409:15fae1998967
     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 + '"'; }