[geeklog-devel] [geeklog-cvs]Geeklog-1.x/sqlmssql_tableanddata.php, 1.34, 1.35

Dirk Haun dirk at haun-online.de
Thu May 1 07:48:48 EDT 2008


Randy Kolenko wrote:


>INSERT INTO gl_conf_values (name, value, type, subgroup, group_name,

>selectionArray, sort_order, fieldset, default_value) VALUES

>("microsummary_short","s:4:"GL: ";","text",0,"Core",-1,80,0, "s:4:"GL:

>";")


That should read

... VALUES ("microsummary_short", 's:4:"GL: ";', "text", ...



>Config.class.php on lines 282 and 283 does an str_replace on the

>apostrophes to make them quotation marks. But it would appear that the

>result it not quite what was intended :-)


Not sure why there even is special handling for MS SQL. For MySQL it
does a straight DB_query() with the unchanged $sql_query.

bye, Dirk


--
http://www.haun-online.de/
http://spam.tinyweb.net/




More information about the geeklog-devel mailing list