[PHPLIB-DEV] cvs commit From: sylvan (phplib-dev <email protected>)
Date: 01/10/00

From: sylvan
Date: Mon Jan 10 13:33:08 2000
Modified files:
      php-lib/CHANGES
      php-lib/pages/showoff.php3

Log message:
Adding change info about "p_" and fixed another one

Index: php-lib/CHANGES
diff -u php-lib/CHANGES:1.155 php-lib/CHANGES:1.156
--- php-lib/CHANGES:1.155 Tue Dec 21 14:40:59 1999
+++ php-lib/CHANGES Mon Jan 10 13:32:37 2000
@@ -1,4 +1,8 @@
-$Id: CHANGES,v 1.155 1999/12/21 13:40:59 kir Exp $
+$Id: CHANGES,v 1.156 2000/01/10 12:32:37 sylvan Exp $
+
+10-Jan-2000 sylvan
+ - Fixed most (all?) references to table properties names in adding
+ "_p" to them.
 
 21-Dec-1999 kir
   - Added code to page.inc to avoid re-entrance to page_open/page_close
Index: php-lib/pages/showoff.php3
diff -u php-lib/pages/showoff.php3:1.7 php-lib/pages/showoff.php3:1.8
--- php-lib/pages/showoff.php3:1.7 Thu Oct 14 12:38:21 1999
+++ php-lib/pages/showoff.php3 Mon Jan 10 13:32:37 2000
@@ -140,7 +140,7 @@
 
   // Again, but this time the table contents.
   // This time, the style sheet class "data" is being used.
- $db->query("select * from active_sessions order by changed desc");
+ $db->query("select * from active_sessions order by p_changed desc");
   
   // $t is reused...
   printf("<h3>active_sessions data</h3>\n");
@@ -196,4 +196,4 @@
 </body>
 </html>
 <?php page_close() ?>
-<!-- $Id: showoff.php3,v 1.7 1999/10/14 10:38:21 kk Exp $ -->
+<!-- $Id: showoff.php3,v 1.8 2000/01/10 12:32:37 sylvan Exp $ -->

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.