Index: trunk/kernel/include/parseditem.php =================================================================== diff -u -r13 -r29 --- trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 13) +++ trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 29) @@ -719,7 +719,7 @@ { if(is_array($this->Items)) { -// echo "TEST COUNT: ".count($this->Items); +// echo "TEST COUNT: ".count($this->Items)."
"; return count($this->Items); } else @@ -2706,14 +2706,17 @@ if(is_numeric($CountVal[$this->ItemType])) { $this->QueryItemCount = $CountVal[$this->ItemType]; +// echo "CACHE:
"; print_r($CountVal); echo "

"; } else { - $this->QueryItemCount=QueryCount($sql); + $this->QueryItemCount = QueryCount($sql); +// echo "SQL: ".$sql."
"; $CountVal[$this->ItemType] = $this->QueryItemCount; } + } - + function PasteFromClipboard($TargetCat,$NameField="") { global $objSession,$objCatList;