hi,
i noticed that only the date is recorded with the link. this is a problem for me because i want the <%new_links%> displayed on my index page to have the newest submitted links on top. right now the first link added on a day is listed on top and the following for the day under it and so on. the only way that they can be sorted how i want them is if the time is included. i figure changing the type for the date field in idx_link from 'date' to 'datetime' or 'timestamp'. i have done this but the time does not seem to be getting transferred to the database. what can i change so when adding a link the time is passed with the date? i think the code i need to change is in link.class.php Add() function.
can someone help me? am i missing something? dody?PHP Code:$custom_fields_name .= $field;
if($field=='date') {
$date = $this->db_connect->DBDate(time());
$custom_fields_value .= $date;
thanks,
scheetz


