Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX #359 Update Grocery_crud_model.php #360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dyazincahya
Copy link

fix error prefix table

this is my tutorial for fix error prefix : open link

fix error prefix table
@dyazincahya dyazincahya changed the title Update Grocery_crud_model.php BUGFIX #359 Update Grocery_crud_model.php Jun 17, 2016
mckaygerhard added a commit to venenux/simplegastos that referenced this pull request Dec 18, 2017
@@ -50,7 +50,7 @@ function get_list()
if($this->table_name === null)
return false;

$select = "`{$this->table_name}`.*";
$select = "{$this->table_name}.*";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also must check my comment #480 (comment) for join with where

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants