From: mavrekh
Date: Fri Mar 30 03:34:38 2001
Modified files:
php-lib-stable/TODO
Log message:
more todo's
Index: php-lib-stable/TODO
diff -u php-lib-stable/TODO:1.2 php-lib-stable/TODO:1.3
--- php-lib-stable/TODO:1.2 Thu Mar 29 23:53:09 2001
+++ php-lib-stable/TODO Fri Mar 30 03:34:08 2001
@@ -1,5 +1,5 @@
-$Id: TODO,v 1.2 2001/03/29 21:53:09 chrisj Exp $
+$Id: TODO,v 1.3 2001/03/30 01:34:08 mavrekh Exp $
Things To Do for Release 7.2d:
@@ -11,9 +11,17 @@
*) ct_sql.inc, function ac_store() needs one line fix to if {} after
$this->db->query($uquery) to prevent duplicate active sessions.
+*) table.inc -- next_record() is called twice in the show_result() method,
+ "swallows" the first result row
+
+*) table.inc -- should be $this->print_array($d); instead of print_array($d) in
+several
+ places.
+
*) Others as they are found, reported or documented.
2. Certify correct for use with both PHP3 and PHP4.
3. Optionally, include use of PHP4 sessions.
+
+4. Modularize the sqlquery class, add an option to sort the query results (?)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]