Index: trunk/phase3/maintenance/populateCategory.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | 'updatelog', |
56 | 56 | '1', |
57 | 57 | array( 'ul_key' => 'populate category' ), |
58 | | - __FUNCTION__ |
| 58 | + __METHOD__ |
59 | 59 | ); |
60 | 60 | if ( $row ) { |
61 | 61 | $this->output( "Category table already populated. Use php " . |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | 'categorylinks', |
82 | 82 | 'cl_to', |
83 | 83 | $where, |
84 | | - __FUNCTION__, |
| 84 | + __METHOD__, |
85 | 85 | array( |
86 | 86 | 'ORDER BY' => 'cl_to' |
87 | 87 | ) |
— | — | @@ -111,7 +111,7 @@ |
112 | 112 | if ( $dbw->insert( |
113 | 113 | 'updatelog', |
114 | 114 | array( 'ul_key' => 'populate category' ), |
115 | | - __FUNCTION__, |
| 115 | + __METHOD__, |
116 | 116 | 'IGNORE' |
117 | 117 | ) |
118 | 118 | ) { |