notice--
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 1 Oct 2006 12:25:08 +0000 (12:25 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 1 Oct 2006 12:25:08 +0000 (12:25 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@939 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/carnet.php

index 7608121..6d05b68 100644 (file)
@@ -292,7 +292,7 @@ class CarnetModule extends PLModule
                   GROUP BY  a.user_id
                   ORDER BY  ".$order;
 
-            $page->assign_by_ref('citer', XDB::iterator($sql));
+            $page->assign('citer', XDB::iterator($sql));
         }
     }