
see this thread here
https://xoops.org/modules/newbb/viewtopic.php?topic_id=75072&forum=74&post_id=346152#forumpost346152
I´m standing in front of the same problem. As i see, in the trunk of the 2.6 versions, this change again.
Andy
define("_CAL_FORMAT","Y-m-d");
define("_CAL_FORMAT","d.m.Y");
$jstime = formatTimestamp($ele_value, _CAL_FORMAT);
$jstime = formatTimestamp($ele_value, 'F j Y, H:i:s');
INSERT INTO smiles VALUES (6, '8-)', 'smil3dbd4daabd491.gif', 'Cool', 1);
INSERT INTO smiles VALUES (6, '8-)', 'smilies/smil3dbd4daabd491.gif', 'Cool', 1);
Database :: getInstance();
XoopsDatabaseFactory :: getDatabaseConnection();