![]() |
Alexey admin 11/6/2007 |
Dave, |
D
|
daveDiamond author 11/6/2007 |
Dave, remove a dollar sign ($) from the beginning of db_exec line
global $conn;
|
D
|
daveDiamond author 11/7/2007 |
I'm stuck on this. Can anyone else take a stab at this one? Jane, Sergey? |
J
|
Jane 11/7/2007 |
Dave, //** Custom code **** // put your custom code here global $conn; $strUpdate = "update people set GroupID = '".$values["GroupID"]."' where GroupID = '".$oldvalues["GroupID"]."'"; echo $strUpdate; db_exec($strUpdate,$conn); return true; // return true if you like to proceed with editing this record // return false otherwise |
D
|
daveDiamond author 11/7/2007 |
Dave, try to use this one:
|
H
|
horsey_kim 11/7/2007 |
Does this work even with inline edit? |
J
|
Jane 11/8/2007 |
Kim, if (!$inline) { //your code } |