Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / articles [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 04 Aug 2002 17:02:38 | postnuke_modules/articles | pninit.php,1.18,1.19 | Mike |
| must be my mysql version, since no-one else complained :-) | |||
Update of /home/cvsroot/postnuke_modules/articles
In directory ns7.hostnuke.net:/tmp/cvs-serv20521
Modified Files:
pninit.php
Log Message:
must be my mysql version, since no-one else complained :-)
Index: pninit.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pninit.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** pninit.php 3 Aug 2002 00:29:24 -0000 1.18
--- pninit.php 4 Aug 2002 17:02:36 -0000 1.19
***************
*** 72,79 ****
$articlescolumn[pages] INT UNSIGNED NOT NULL,
$articlescolumn[language] VARCHAR(30) NOT NULL DEFAULT '',
! PRIMARY KEY(pn_aid),
! KEY $articlescolumn[authorid] ($articlescolumn[authorid]),
! KEY $articlescolumn[pubtypeid] ($articlescolumn[pubtypeid]),
! KEY $articlescolumn[pubdate] ($articlescolumn[pubdate])
)";
$dbconn->Execute($sql);
--- 72,79 ----
$articlescolumn[pages] INT UNSIGNED NOT NULL,
$articlescolumn[language] VARCHAR(30) NOT NULL DEFAULT '',
! PRIMARY KEY (pn_aid),
! KEY pn_authorid (pn_authorid),
! KEY pn_pubtypeid (pn_pubtypeid),
! KEY pn_pubdate (pn_pubdate)
)";
$dbconn->Execute($sql);
***************
*** 93,97 ****
$pubtypescolumn[pubtypename] VARCHAR(30) NOT NULL,
$pubtypescolumn[pubtypedescr] VARCHAR(255) NOT NULL DEFAULT '',
! PRIMARY KEY(pn_pubtypeid))";
$dbconn->Execute($sql);
--- 93,97 ----
$pubtypescolumn[pubtypename] VARCHAR(30) NOT NULL,
$pubtypescolumn[pubtypedescr] VARCHAR(255) NOT NULL DEFAULT '',
! PRIMARY KEY (pn_pubtypeid))";
$dbconn->Execute($sql);
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |