log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
defr
>
drupal
>
scald
>
dnd
annotate dnd.admin.inc @ 2:
5a44c430b7ac
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Added dnd_test module, tons and tons of fixes and changes.
author
David Eads <eads@chicagotech.org>
date
Tue, 17 Feb 2009 15:34:56 -0600
parents
children
rev
line source
eads@2
1
<?php
eads@2
2
eads@2
3
function
dnd_admin
()
{
eads@2
4
return
'stub'
;
eads@2
5
}