[wp-cvs] wordpress/wp-admin upgrade-functions.php,1.79,1.80
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Oct 8 19:50:00 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24665/wp-admin
Modified Files:
upgrade-functions.php
Log Message:
Automatically trigger DB upgrade.
Index: upgrade-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/upgrade-functions.php,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** upgrade-functions.php 5 Oct 2004 07:36:49 -0000 1.79
--- upgrade-functions.php 8 Oct 2004 19:49:57 -0000 1.80
***************
*** 1,4 ****
<?php
! require_once('./upgrade-schema.php');
// Functions to be called in install and upgrade scripts
function upgrade_all() {
--- 1,5 ----
<?php
!
! require_once(dirname(__FILE__) . '/upgrade-schema.php');
// Functions to be called in install and upgrade scripts
function upgrade_all() {
More information about the cvs
mailing list