Project

General

Profile

« Previous | Next » 

Revision 8f01466d

Added by Scott Ullrich about 16 years ago

Remove debugging info

View differences:

usr/local/www/pkg_edit.php
157 157
						}
158 158
						$fieldname = str_replace("\\", "", $rowhelperfield['fieldname']);
159 159
						$comd = "\$value = \$_POST['" . $fieldname . $x . "'];";
160
						echo($comd . "<br>");
160
//						echo($comd . "<br>");
161 161
						eval($comd);
162 162
						if($value <> "") {
163 163
							$comd = "\$pkgarr['row'][" . $x . "]['" . $fieldname . "'] = \"" . $value . "\";";
164
							echo($comd . "<br>");
164
//							echo($comd . "<br>");
165 165
							eval($comd);
166 166
						}
167 167
					}
......
185 185
			$a_pkg[$id] = $pkgarr;
186 186
		else
187 187
			$a_pkg[] = $pkgarr;
188
exit;
189 188
		write_config($pkg['addedit_string']);
190 189

  
191 190
		// late running code

Also available in: Unified diff