|
@@ -171,7 +171,7 @@ $bugs = new Bugs();
|
|
|
$rowset = $bugs->fetchAll();
|
|
$rowset = $bugs->fetchAll();
|
|
|
|
|
|
|
|
// retrieve the 9th element immediately:
|
|
// retrieve the 9th element immediately:
|
|
|
-$row9->getRow(8);
|
|
|
|
|
|
|
+$row9 = $rowset->getRow(8);
|
|
|
|
|
|
|
|
// and use it:
|
|
// and use it:
|
|
|
$row9->assigned_to = 'mmouse';
|
|
$row9->assigned_to = 'mmouse';
|