projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add an agent pre-selection page to receivables report
[freeside.git]
/
httemplate
/
search
/
sql.html
1
<%= include( 'elements/search.html',
2
'title' => 'Query Results',
3
'name' => 'rows',
4
'query' => 'SELECT '. ( $cgi->param('sql')
5
|| eidiot('Empty query') ),
6
)
7
%>