author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 17 Jun 2010 14:42:41 +0200 | |
branch | stable |
changeset 5767 | 1d811df051c2 |
parent 0 | b97547f5f1fa |
child 5774 | 0d792bceb25d |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* functions specific to cubicweb on google appengine |
|
3 |
* |
|
4 |
* :organization: Logilab |
|
5767
1d811df051c2
[packaging] MANIFEST.in cleanups, update js/css copyright, remove no more used files
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
5 |
* :copyright: 2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
0 | 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 + '"'; } |