author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 21 Jul 2009 13:26:05 +0200 | |
branch | stable |
changeset 2409 | 15fae1998967 |
parent 2408 | 7fc87a20b829 |
child 2410 | 109059543c14 |
web/data/goa.js | file | annotate | diff | comparison | revisions |
--- a/web/data/goa.js Tue Jul 21 13:25:35 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -/* - * functions specific to ginco on google appengine - * - * :organization: Logilab - * :copyright: 2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. - * :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr - */ - -/* overrides rql_for_eid function from htmlhelpers.hs */ -function rql_for_eid(eid) { return 'Any X WHERE X eid "' + eid + '"'; }