projects
/
diogenes.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
clarify use of mysql_fetch_array : we really want mysql_fetch_assoc
[diogenes.git]
/
templates
/
header
/
status.tpl
Commit
Line
Data
6855525e
JL
1
{if $status}
2
<pre>
3
{foreach from=$status item=mystatus}
4
{$mystatus}
5
{/foreach}
6
</pre>
7
{/if}