Gentoo Archives: gentoo-commits

From: "Tom Knight (tomk)" <tomk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/db: mysql.php
Date: Tue, 05 Oct 2010 11:04:32
Message-Id: 20101005110425.D6C9820051@flycatcher.gentoo.org
1 tomk 10/10/05 11:04:25
2
3 Modified: mysql.php
4 Log:
5 fixed incorrect date in comment
6
7 Revision Changes Path
8 1.3 forums/htdocs/db/mysql.php
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/db/mysql.php?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/db/mysql.php?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/db/mysql.php?r1=1.2&r2=1.3
13
14 Index: mysql.php
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/db/mysql.php,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- mysql.php 1 Nov 2005 11:58:07 -0000 1.2
21 +++ mysql.php 5 Oct 2010 11:04:25 -0000 1.3
22 @@ -6,7 +6,7 @@
23 * copyright : (C) 2001 The phpBB Group
24 * email : support@×××××.com
25 *
26 - * $Id: mysql.php,v 1.2 2005/11/01 11:58:07 tomk Exp $
27 + * $Id: mysql.php,v 1.3 2010/10/05 11:04:25 tomk Exp $
28 *
29 ***************************************************************************/
30
31 @@ -197,7 +197,7 @@
32 return false;
33 }
34 }
35 - // 2205-05-07 tomk - added optional associative array
36 + // 2005-05-07 tomk - added optional associative array
37 function sql_fetchrow($query_id = 0, $assoc = false)
38 {
39 if(!$query_id)
40 @@ -221,7 +221,7 @@
41 return false;
42 }
43 }
44 - // 2205-05-07 tomk - added optional associative array
45 + // 2005-05-07 tomk - added optional associative array
46 function sql_fetchrowset($query_id = 0, $assoc = false)
47 {
48 if(!$query_id)