Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » How To » Date format problem
Re: Date format problem [message #234 is a reply to message #233] Sun, 06 August 2006 11:44 Go to previous message
AJM is currently offline  AJM
Messages: 2349
Registered: April 2006
Location: Surrey, UK
Senior Member
Your problem is the line
$this->primary_key = array();
which should really be
$this->primary_key = array('id');
I do not know how this happened as I have just tried it on a similar table I have and anything which has
'pkey' => 'y',
also shows up in the $primary_key array.

Try the dictionary export again to see if this corrects the problem, otherwise amend the file by hand.


 
Read Message
Read Message
Read Message
Read Message
Previous Topic: textarea in update screen
Next Topic: multi-selects with dropdown
Goto Forum:
  


Current Time: Thu May 09 19:41:45 EDT 2024

Total time taken to generate the page: 0.00965 seconds