Skip to content

Commit

Permalink
Update Business.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chaiyanlin committed Nov 25, 2014
1 parent 5b6c899 commit 0e519ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Business.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ public function businessQuery () {;
$key = 'id';
$attributes = $attributes . "`$key`, ";
$val = mysql_escape_string($val);
$values = $values . "'$val', ";
$values = $values . "'$val', ";
if ( $key == "online_reservation_url" )//之后的数据不要
break;
}

$attributes = $attributes . "`created_by`) ";
Expand Down
2 changes: 1 addition & 1 deletion MyProject.komodoproject → dianping_prj.komodoproject
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Komodo Project File - DO NOT EDIT -->
<project id="b901418e-da73-417b-8feb-46d8e9c28993" kpf_version="5" name="MyProject.komodoproject">
<project id="b901418e-da73-417b-8feb-46d8e9c28993" kpf_version="5" name="dianping_prj.komodoproject">
</project>

0 comments on commit 0e519ba

Please sign in to comment.