|
|
Sergey Kornilov admin 5/8/2007 |
|
Usually this caused by incorrect default value. |
|
|
R
|
run4sbc author 5/8/2007 |
|
$LookupSQL.="where "."EntryNote = "$SESSION["EntryNote"]; |
|
|
|
Sergey Kornilov admin 5/8/2007 |
|
Correct line would be as follows: $LookupSQL.="where "."EntryNote = " . $_SESSION["EntryNote"]; |
|