The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with $dv->update
#3
Got it to work... silly me noticed now that this:

Code:
$fields = array(
Code:
‘lastupdatedby’ => $user->data()->id,


was actually suppose to be:

Code:
$fields = array(
Code:
‘lasteditedby’ => $user->data()->id,


So in essence I has the wrong name for the DB field...

Thanks for your help buddy... Much appreciated Smile
  Reply


Messages In This Thread
Help with $dv->update - by muhammedc - 03-29-2017, 12:47 PM
Help with $dv->update - by mudmin - 03-30-2017, 02:25 PM
Help with $dv->update - by muhammedc - 03-30-2017, 06:22 PM
Help with $dv->update - by mudmin - 03-30-2017, 06:24 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)