mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
oops again
This commit is contained in:
@@ -152,7 +152,7 @@ $smarty->assign('customer_id', 1001);
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$sql = 'select type_id, types from contact_types order by type';
|
$sql = 'select type_id, types from contact_types order by type';
|
||||||
$smarty->assign('types',$db->getAssoc($sql));
|
$smarty->assign('contact_types',$db->getAssoc($sql));
|
||||||
|
|
||||||
$sql = 'select contact_id, name, email, contact_type_id '
|
$sql = 'select contact_id, name, email, contact_type_id '
|
||||||
.'from contacts where contact_id='.$contact_id;
|
.'from contacts where contact_id='.$contact_id;
|
||||||
|
Reference in New Issue
Block a user