Project

General

Profile

« Previous | Next » 

Revision 880

Added by aldus about 16 years ago

Remove undefined and unused constants (DB_FETCHMODE_ASSOC)

View differences:

trunk/wb/admin/templates/uninstall.php
84 84
		/**
85 85
		*	Template is still in use, so we're collecting the page-titles
86 86
		*
87
		*	@version	0.2.0
88
		*	@build		5
87
		*	@version	0.2.1
88
		*	@build		6
89 89
		*	@since		0.1.1
90
		*	@lastchange 2008-10-23
90
		*	@lastchange 2008-11-12
91 91
		*
92
		*	0.2.1		Remove unused constants
92 93
		*	0.2.0		Codechanges for Websitebaker to use it without the Black-Hawk-Engine
93 94
		*
94 95
		*	0.1.1		add this page <if we found only one> / these pages
......
126 127
		
127 128
		$page_names = "";
128 129
		
129
		while ($data = $info->fetchRow(DB_FETCHMODE_ASSOC) ) {
130
		while ($data = $info->fetchRow() ) {
130 131
			
131 132
			$page_info = array(
132 133
				'id'	=> $data['page_id'], 

Also available in: Unified diff