Subversion-Projekte lars-tiefland.ci

Revision

Revision 1350 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1350 Revision 1351
Zeile 3... Zeile 3...
3
/**
3
/**
4
 *
4
 *
5
 * @package WebanOS CI
5
 * @package WebanOS CI
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
7
 * @copyright 2016
7
 * @copyright 2016
8
 * @version $Rev: 1350 $
8
 * @version $Rev: 1351 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class Dokumente_model extends CI_Model
11
class Dokumente_model extends CI_Model
12
{
12
{
Zeile 89... Zeile 89...
89
				break;
89
				break;
90
			default:
90
			default:
91
				$row["docu_type"] = "E-Mail";
91
				$row["docu_type"] = "E-Mail";
92
				$row["deletable"] = true;
92
				$row["deletable"] = true;
93
				break;
93
				break;
94
				return $row;
-
 
95
		}
94
		}
-
 
95
		return $row;
96
	}
96
	}
-
 
97
}
Zeile 97... Zeile 98...
97
 
98
 
98
?>
99
?>