Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
contact.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
31 Aug 2008 at 11:58 UTC
Updated:
25 Mar 2009 at 16:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
R.Muilwijk commentedHmmz... sorry not yet 100%
Forgot to port the .test file :P
Comment #2
Crell commentedSomeone needs to pick this this up.
Comment #3
dave reidComment #4
Crell commentedComment #5
cyberswat commentedComment #6
cyberswat commentedComment #8
cyberswat commentedComment #9
Crell commentedThere's no need to make select queries dynamic unless we actually need dynamic behavior. Converting queries we don't need to just slows them down. Example:
The static form would be better.
That should be broken up to 3 lines:
That should be converted to db_delete().
Comment #10
cyberswat commentedComment #11
Crell commentedSweet. Thanks!
Comment #12
webchickCommitted! Yay!! :D
Comment #14
pp commentedContact admin page is not working! (admin/build/contact)
We collect the data in the $row array but we give the temlplate the name: $rows.
Here is a patch, please apply.
Sorry, I don't know what shall I do. I create a new issue (#413060: Contact list is empty.) and modify existing
Comment #15
mr.baileysHi pp,
Thanks for writing the patch. However, it's generally not a good idea to reopen issues once they've been marked fixed or closed, especially since looking at your patch I think this is a different issue altogether.
Opening a new issue (as you did) is the way to go, so marking this one closed again.
Comment #16
pp commentedOk, next time I will create a new patch. Thanks!
pp