Implemment handling of changed page meta data (rev_id, page_title, status)
This commit is contained in:
@@ -70,7 +70,7 @@ class MYSQL_RED_PAGE( MYSQL_RED ):
|
||||
|
||||
@param int rev_id MediaWiki current rev_id for page to update
|
||||
@param str page_title MediaWiki new page_title for page to update
|
||||
@param int status Page parsing status (0 - not (successfully) parsed; 1 - successfully parsed)
|
||||
@param int status Page parsing status (0 - not (successfully) parsed; 1 - successfully parsed; 2 - successfully parsed archive)
|
||||
"""
|
||||
|
||||
cursor = type( self ).connection.cursor()
|
||||
|
||||
Reference in New Issue
Block a user