function ed_classified_admin_expired in Classified Ads 5
Same name and namespace in other branches
- 5.2 ed_classified.module \ed_classified_admin_expired()
- 6.2 ed_classified.module \ed_classified_admin_expired()
- 7.2 ed_classified.module \ed_classified_admin_expired()
File
- ./
ed_classified.module, line 389 - Simple text-based classified ads module. Michael Curry, Exodus Development, Inc. exodusdev@gmail.com for more information, please visit http://exodusdev.com/drupal/modules/classified.module Copyright (c) 2006, 2007 Exodus Development, Inc. All Rights…
Code
function ed_classified_admin_expired() {
return ed_classified_admin_overview(0, TRUE);
}