Skip to content

Commit

Permalink
- typo fix (bug #4515)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/MDB/trunk@187513 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Lukas Smith committed Jun 2, 2005
1 parent aab1038 commit c463823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDB/reverse_engineer_xml_schema.php
Expand Up @@ -148,7 +148,7 @@
if(isset($_REQUEST['type']) && $_REQUEST['type'] == 'mysql') {echo ('selected');}
echo ('>MySQL</option>
<option value="pgsql"');
if(isset($_REQUEST['type']) && $_REQUEST['type'] == 'mysql') {echo ('selected');}
if(isset($_REQUEST['type']) && $_REQUEST['type'] == 'pgsql') {echo ('selected');}
echo ('>Postgres</option>
</select>
<br />
Expand Down

0 comments on commit c463823

Please sign in to comment.